diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-13 02:34:42 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-13 02:34:42 +0000 |
| commit | abfaee73685890cc0bb6185fc167dd19fcdfd7f2 (patch) | |
| tree | 8fd56eef0d61dcc1d1f40faee489bd8690298c87 /util/Makefile.am | |
| parent | 6d16679486a9268a17f3bfd03b05febf1644a87e (diff) | |
fix compilign without 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 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 |
