aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-06-01 22:44:28 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-06-01 22:44:28 (GMT)
commit81d297da26d2a1c39848dbbd280fd546adc75f6b (patch)
treece0d97ce8c3624b6215755a3c3f9a03b42d6d9ea /util
parent85a44db6c60fd70d968ee79696e4d06aa359e4bf (diff)
downloadfluxbox_paul-81d297da26d2a1c39848dbbd280fd546adc75f6b.zip
fluxbox_paul-81d297da26d2a1c39848dbbd280fd546adc75f6b.tar.bz2
fix out of source building
Diffstat (limited to 'util')
-rw-r--r--util/Makefile.am2
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
29fluxbox-update_configs.o: fluxbox-update_configs.cc ../config.h \ 29fluxbox-update_configs.o: fluxbox-update_configs.cc ../config.h \
30 $(top_srcdir)/src/defaults.hh 30 $(top_builddir)/src/defaults.hh
31 31
32fluxbox-remote.o: fluxbox-remote.cc 32fluxbox-remote.o: fluxbox-remote.cc
33 33