diff options
author | fluxgen <fluxgen> | 2002-04-09 23:52:59 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-04-09 23:52:59 (GMT) |
commit | 51c7b36f1ff4c57b9a4b7e07242b590f8025ffba (patch) | |
tree | 98641647611205e587e2de3bd79fffade4d2767e /util/Makefile.am | |
parent | 0a27fea80f1c62cabc8773841528d963b5e3161c (diff) | |
download | fluxbox-51c7b36f1ff4c57b9a4b7e07242b590f8025ffba.zip fluxbox-51c7b36f1ff4c57b9a4b7e07242b590f8025ffba.tar.bz2 |
removed LinkedList
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 773c43c..fdae4e9 100644 --- a/util/Makefile.am +++ b/util/Makefile.am | |||
@@ -6,7 +6,7 @@ CPPFLAGS= @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ \ | |||
6 | bin_SCRIPTS = bsetbg | 6 | bin_SCRIPTS = bsetbg |
7 | bin_PROGRAMS = bsetroot | 7 | bin_PROGRAMS = bsetroot |
8 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh | 8 | bsetroot_SOURCES = bsetroot.cc bsetroot.hh |
9 | bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o | 9 | bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o |
10 | MAINTAINERCLEANFILES = Makefile.in | 10 | MAINTAINERCLEANFILES = Makefile.in |
11 | EXTRA_DIST=bsetbg | 11 | EXTRA_DIST=bsetbg |
12 | 12 | ||
@@ -14,4 +14,4 @@ distclean-local: | |||
14 | rm -f *\~ | 14 | rm -f *\~ |
15 | 15 | ||
16 | bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \ | 16 | bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \ |
17 | ../src/LinkedList.hh ../src/Timer.hh ../src/Image.hh ../src/FbAtoms.hh | 17 | ../src/Timer.hh ../src/Image.hh ../src/FbAtoms.hh |