]> Dogcows Code - chaz/openbox/blobdiff - util/Makefile.am
fix compilign without LinkedList
[chaz/openbox] / util / Makefile.am
index 6fdafeda970b171d3f84df9016cd114be9eb8447..76c68393600f8be1d99840c815f00982303956c8 100644 (file)
@@ -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
This page took 0.020016 seconds and 4 git commands to generate.