summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-13 02:34:42 +0000
committerDana Jansens <danakj@orodu.net>2002-05-13 02:34:42 +0000
commitabfaee73685890cc0bb6185fc167dd19fcdfd7f2 (patch)
tree8fd56eef0d61dcc1d1f40faee489bd8690298c87
parent6d16679486a9268a17f3bfd03b05febf1644a87e (diff)
fix compilign without LinkedList
-rw-r--r--util/Makefile.am4
-rw-r--r--util/Makefile.in8
2 files changed, 6 insertions, 6 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index 6fdafeda..76c68393 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -7,7 +7,7 @@ bin_SCRIPTS = bsetbg
bin_PROGRAMS = bsetroot
bsetroot_SOURCES = bsetroot.cc
-bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/Geometry.o
+bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/Geometry.o
MAINTAINERCLEANFILES = Makefile.in
@@ -15,4 +15,4 @@ distclean-local:
rm -f *\~
bsetroot.o: bsetroot.cc ../config.h bsetroot.h ../src/BaseDisplay.h \
- ../src/LinkedList.h ../src/Timer.h ../src/Image.h ../src/Geometry.h
+ ../src/Timer.h ../src/Image.h ../src/Geometry.h
diff --git a/util/Makefile.in b/util/Makefile.in
index a9625a18..7256bca2 100644
--- a/util/Makefile.in
+++ b/util/Makefile.in
@@ -84,7 +84,7 @@ bin_SCRIPTS = bsetbg
bin_PROGRAMS = bsetroot
bsetroot_SOURCES = bsetroot.cc
-bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/Geometry.o
+bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/Geometry.o
MAINTAINERCLEANFILES = Makefile.in
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -101,8 +101,8 @@ X_LIBS = @X_LIBS@
X_EXTRA_LIBS = @X_EXTRA_LIBS@
X_PRE_LIBS = @X_PRE_LIBS@
bsetroot_OBJECTS = bsetroot.o
-bsetroot_DEPENDENCIES = ../src/BaseDisplay.o ../src/LinkedList.o \
-../src/Timer.o ../src/Image.o ../src/i18n.o ../src/Geometry.o
+bsetroot_DEPENDENCIES = ../src/BaseDisplay.o ../src/Timer.o \
+../src/Image.o ../src/i18n.o ../src/Geometry.o
bsetroot_LDFLAGS =
SCRIPTS = $(bin_SCRIPTS)
@@ -378,7 +378,7 @@ distclean-local:
rm -f *\~
bsetroot.o: bsetroot.cc ../config.h bsetroot.h ../src/BaseDisplay.h \
- ../src/LinkedList.h ../src/Timer.h ../src/Image.h ../src/Geometry.h
+ ../src/Timer.h ../src/Image.h ../src/Geometry.h
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.