diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-17 07:14:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-17 07:14:47 +0000 |
| commit | a767993e8bc832a5347b952942f5d561781bd867 (patch) | |
| tree | ec7f0c0170721740ec47c86ec9f4b956ff8eb63c | |
| parent | 9e8f89b61976424c7d1c6e6a37498da74b7850ce (diff) | |
add frame.hh to openbox.i's deps
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b2799cf7..07bb65ef 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -32,7 +32,7 @@ MAINTAINERCLEANFILES= Makefile.in distclean-local: rm -f *\~ *.orig *.rej .\#* -openbox.i: openbox.hh screen.hh client.hh python.hh +openbox.i: openbox.hh screen.hh client.hh python.hh frame.hh touch $@ openbox_wrap.cc: openbox.i |
