diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-07 03:22:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-07 03:22:35 +0000 |
| commit | d833fb1ecc6a65a8bccbbe15e372904f4bf17f23 (patch) | |
| tree | cd035e66efc3b8490e55e80d5810aa04aa246877 /src/Makefile.am | |
| parent | ee0591bf39b252760370cf238961cf9ef5dc7cde (diff) | |
add python.hh to the openbox.i deps
Diffstat (limited to 'src/Makefile.am')
| -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 620789c4..6bcafba0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,7 +27,7 @@ MAINTAINERCLEANFILES= Makefile.in distclean-local: rm -f *\~ *.orig *.rej .\#* -openbox.i: openbox.hh screen.hh client.hh +openbox.i: openbox.hh screen.hh client.hh python.hh touch $@ openbox_wrap.cc: openbox.i |
