all repos — fluxbox @ 3a75379606d7d8a57a7b848d7bdbc435aefec5fa

custom fork of the fluxbox windowmanager

using FbRootWindow
fluxgen fluxgen
commit

3a75379606d7d8a57a7b848d7bdbc435aefec5fa

parent

93b610edf4f4135b4251b58f8c7e588b07b04f1c

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M util/Makefile.amutil/Makefile.am

@@ -4,7 +4,7 @@ INCLUDES=-I../src/FbTk/

bin_SCRIPTS = fbsetbg fluxbox-generate_menu bin_PROGRAMS = bsetroot bsetroot_SOURCES = bsetroot.cc bsetroot.hh -bsetroot_LDADD = ../src/ScreenInfo.o ../src/i18n.o ../src/FbAtoms.o \ +bsetroot_LDADD = ../src/FbRootWindow.o ../src/i18n.o ../src/FbAtoms.o \ ../src/FbTk/libFbTk.a MAINTAINERCLEANFILES = Makefile.in

@@ -13,5 +13,5 @@

distclean-local: rm -f *\~ Makefile.in -bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/ScreenInfo.hh ../src/FbAtoms.hh +bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/FbRootWindow.hh ../src/FbAtoms.hh