all repos — fluxbox @ 00dccce50caaacf76e665ce53e3afbda44b5fe2a

custom fork of the fluxbox windowmanager

added FbAtoms.hh/cc
fluxgen fluxgen
commit

00dccce50caaacf76e665ce53e3afbda44b5fe2a

parent

46a715d217e0e5c7a6185c5d456c333de098ecd3

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

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

@@ -6,7 +6,7 @@

bin_SCRIPTS = bsetbg bin_PROGRAMS = bsetroot bsetroot_SOURCES = bsetroot.cc bsetroot.hh -bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o +bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST=bsetbg

@@ -14,4 +14,4 @@ distclean-local:

rm -f *\~ bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \ - ../src/LinkedList.hh ../src/Timer.hh ../src/Image.hh + ../src/LinkedList.hh ../src/Timer.hh ../src/Image.hh ../src/FbAtoms.hh