diff options
author | fluxgen <fluxgen> | 2002-11-26 17:48:58 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-11-26 17:48:58 (GMT) |
commit | dcafcfa17d90412e83923d67e95df96dab46d333 (patch) | |
tree | c2bf1d2d9fa3c10b9ae6d88235a03f0d28faca33 /util/Makefile.am | |
parent | d9525a3efb4e6dc6d955de2316e4dd95541da851 (diff) | |
download | fluxbox-dcafcfa17d90412e83923d67e95df96dab46d333.zip fluxbox-dcafcfa17d90412e83923d67e95df96dab46d333.tar.bz2 |
fixed FbTk issues
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index c40970f..94f5723 100644 --- a/util/Makefile.am +++ b/util/Makefile.am | |||
@@ -1,10 +1,11 @@ | |||
1 | # util/Makefile.am for Blackbox 0.61.x - an X11 Window manager | 1 | # util/Makefile.am for Blackbox 0.61.x - an X11 Window manager |
2 | SUBDIRS = fbrun | 2 | SUBDIRS = fbrun |
3 | INCLUDES=-I../src/FbTk/ | ||
3 | bin_SCRIPTS = bsetbg fluxbox-generate_menu | 4 | bin_SCRIPTS = bsetbg fluxbox-generate_menu |
4 | bin_PROGRAMS = bsetroot | 5 | bin_PROGRAMS = bsetroot |
5 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh | 6 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh |
6 | bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o \ | 7 | bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o \ |
7 | ../src/Color.o ../src/Texture.o ../src/StringUtil.o | 8 | ../src/StringUtil.o ../src/FbTk/.libs/libFbTk.a |
8 | 9 | ||
9 | MAINTAINERCLEANFILES = Makefile.in | 10 | MAINTAINERCLEANFILES = Makefile.in |
10 | EXTRA_DIST=bsetbg fluxbox-generate_menu | 11 | EXTRA_DIST=bsetbg fluxbox-generate_menu |
@@ -13,5 +14,5 @@ distclean-local: | |||
13 | rm -f *\~ | 14 | rm -f *\~ |
14 | 15 | ||
15 | bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \ | 16 | bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \ |
16 | ../src/Timer.hh ../src/Image.hh ../src/FbAtoms.hh ../src/Color.hh ../src/Texture.hh | 17 | ../src/Timer.hh ../src/Image.hh ../src/FbAtoms.hh ../src/FbTk/Color.hh ../src/FbTk/Texture.hh |
17 | 18 | ||