diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-06-01 22:44:28 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-06-01 22:44:28 (GMT) |
commit | 81d297da26d2a1c39848dbbd280fd546adc75f6b (patch) | |
tree | ce0d97ce8c3624b6215755a3c3f9a03b42d6d9ea /util | |
parent | 85a44db6c60fd70d968ee79696e4d06aa359e4bf (diff) | |
download | fluxbox_lack-81d297da26d2a1c39848dbbd280fd546adc75f6b.zip fluxbox_lack-81d297da26d2a1c39848dbbd280fd546adc75f6b.tar.bz2 |
fix out of source building
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index 6c0adf6..d0895ae 100644 --- a/util/Makefile.am +++ b/util/Makefile.am | |||
@@ -27,7 +27,7 @@ fbsetroot.o: fbsetroot.cc ../config.h $(srcdir)/fbsetroot.hh \ | |||
27 | $(top_srcdir)/src/FbRootWindow.hh $(top_srcdir)/src/FbAtoms.hh | 27 | $(top_srcdir)/src/FbRootWindow.hh $(top_srcdir)/src/FbAtoms.hh |
28 | 28 | ||
29 | fluxbox-update_configs.o: fluxbox-update_configs.cc ../config.h \ | 29 | fluxbox-update_configs.o: fluxbox-update_configs.cc ../config.h \ |
30 | $(top_srcdir)/src/defaults.hh | 30 | $(top_builddir)/src/defaults.hh |
31 | 31 | ||
32 | fluxbox-remote.o: fluxbox-remote.cc | 32 | fluxbox-remote.o: fluxbox-remote.cc |
33 | 33 | ||