From 51c7b36f1ff4c57b9a4b7e07242b590f8025ffba Mon Sep 17 00:00:00 2001
From: fluxgen <fluxgen>
Date: Tue, 9 Apr 2002 23:52:59 +0000
Subject: removed LinkedList

---
 util/Makefile.am | 4 ++--
 1 file 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@ \
 bin_SCRIPTS = bsetbg
 bin_PROGRAMS =		bsetroot
 bsetroot_SOURCES =	bsetroot.cc bsetroot.hh
-bsetroot_LDADD =	../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o
+bsetroot_LDADD =	../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o
 MAINTAINERCLEANFILES =	Makefile.in
 EXTRA_DIST=bsetbg
 
@@ -14,4 +14,4 @@ distclean-local:
 	rm -f *\~
 
 bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \
- ../src/LinkedList.hh ../src/Timer.hh ../src/Image.hh ../src/FbAtoms.hh
+ ../src/Timer.hh ../src/Image.hh ../src/FbAtoms.hh
-- 
cgit v0.11.2