diff options
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index f47924f..1123f68 100644 --- a/util/Makefile.am +++ b/util/Makefile.am | |||
@@ -1,6 +1,6 @@ | |||
1 | # util/Makefile.am for Fluxbox | 1 | # util/Makefile.am for Fluxbox |
2 | SUBDIRS= fbrun | 2 | SUBDIRS= fbrun |
3 | AM_CPPFLAGS= -I$(top_srcdir)/src -I$(top_srcdir)/src/FbTk | 3 | AM_CPPFLAGS= -I$(top_srcdir)/src -I$(top_srcdir)/src/FbTk -include $(top_builddir)/config.h |
4 | bin_SCRIPTS= fbsetbg fluxbox-generate_menu startfluxbox | 4 | bin_SCRIPTS= fbsetbg fluxbox-generate_menu startfluxbox |
5 | bin_PROGRAMS= fbsetroot fluxbox-update_configs fluxbox-remote | 5 | bin_PROGRAMS= fbsetroot fluxbox-update_configs fluxbox-remote |
6 | fbsetroot_SOURCES= fbsetroot.cc fbsetroot.hh | 6 | fbsetroot_SOURCES= fbsetroot.cc fbsetroot.hh |
@@ -23,10 +23,10 @@ all-local: startfluxbox | |||
23 | clean-local: | 23 | clean-local: |
24 | rm -f startfluxbox fluxbox-generate_menu | 24 | rm -f startfluxbox fluxbox-generate_menu |
25 | 25 | ||
26 | fbsetroot.o: fbsetroot.cc ../config.h $(srcdir)/fbsetroot.hh \ | 26 | fbsetroot.o: fbsetroot.cc $(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 \ |
30 | $(top_builddir)/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 |