diff options
author | fluxgen <fluxgen> | 2003-05-10 15:44:15 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-10 15:44:15 (GMT) |
commit | 4ccdb5ebb998de0fd11e1d8fd58d294248f74e59 (patch) | |
tree | ec5789e235519ecf337a8923e4047554f4c1840c /util/Makefile.am | |
parent | 980060a509d1ca2a51335325611bfae5f7cba1b0 (diff) | |
download | fluxbox_pavel-4ccdb5ebb998de0fd11e1d8fd58d294248f74e59.zip fluxbox_pavel-4ccdb5ebb998de0fd11e1d8fd58d294248f74e59.tar.bz2 |
removed BaseDisplay
Diffstat (limited to 'util/Makefile.am')
-rw-r--r-- | util/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index a2858c8..6e03fd9 100644 --- a/util/Makefile.am +++ b/util/Makefile.am | |||
@@ -4,7 +4,7 @@ INCLUDES=-I../src/FbTk/ | |||
4 | bin_SCRIPTS = fbsetbg fluxbox-generate_menu | 4 | bin_SCRIPTS = fbsetbg fluxbox-generate_menu |
5 | bin_PROGRAMS = bsetroot | 5 | bin_PROGRAMS = bsetroot |
6 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh | 6 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh |
7 | bsetroot_LDADD = ../src/BaseDisplay.o ../src/i18n.o ../src/FbAtoms.o \ | 7 | bsetroot_LDADD = ../src/ScreenInfo.o ../src/i18n.o ../src/FbAtoms.o \ |
8 | ../src/FbTk/libFbTk.a | 8 | ../src/FbTk/libFbTk.a |
9 | 9 | ||
10 | MAINTAINERCLEANFILES = Makefile.in | 10 | MAINTAINERCLEANFILES = Makefile.in |
@@ -13,5 +13,5 @@ EXTRA_DIST=fbsetbg fluxbox-generate_menu | |||
13 | distclean-local: | 13 | distclean-local: |
14 | rm -f *\~ Makefile.in | 14 | rm -f *\~ Makefile.in |
15 | 15 | ||
16 | bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh ../src/FbAtoms.hh | 16 | bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/ScreenInfo.hh ../src/FbAtoms.hh |
17 | 17 | ||