diff --git a/util/Makefile.am b/util/Makefile.am index d0af97af..4b8665a4 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -4,8 +4,8 @@ INCLUDES=-I../src/FbTk/ bin_SCRIPTS = bsetbg fluxbox-generate_menu bin_PROGRAMS = bsetroot bsetroot_SOURCES = bsetroot.cc bsetroot.hh -bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/ImageControl.o ../src/i18n.o ../src/FbAtoms.o \ - ../src/StringUtil.o ../src/TextureRender.o ../src/FbTk/libFbTk.a +bsetroot_LDADD = ../src/BaseDisplay.o ../src/i18n.o ../src/FbAtoms.o \ + ../src/StringUtil.o ../src/FbTk/libFbTk.a MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST=bsetbg fluxbox-generate_menu @@ -13,6 +13,5 @@ EXTRA_DIST=bsetbg fluxbox-generate_menu distclean-local: rm -f *\~ -bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \ - ../src/Timer.hh ../src/ImageControl.hh ../src/FbAtoms.hh +bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh ../src/FbAtoms.hh