all repos — fluxbox @ 38253628c20a4ffcc9bc779f6988648ce0c46710

custom fork of the fluxbox windowmanager

fixed deps
fluxgen fluxgen
commit

38253628c20a4ffcc9bc779f6988648ce0c46710

parent

5b62ce19cb80e01bb04e0c3de80f94a600386118

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

jump to
M src/tests/Makefilesrc/tests/Makefile

@@ -10,8 +10,16 @@

all: testStringUtil testKeys testResource testSignal .cc.o: - $(CXX) -c $(CXXFLAGS) $< + $(CXX) -c $(CXXFLAGS) $< -o $@ +../XftFontImp.o: ../XftFontImp.hh ../XftFontImp.cc + +../XmbFontImp.o: ../XmbFontImp.hh ../XmbFontImp.cc + +../XFontImp.o: ../XFontImp.hh ../XFontImp.cc + +../Font.o: ../XFontImp.hh ../XftFontImp.hh ../XmbFontImp.hh ../Font.hh ../Font.cc + StringUtil.o: ../StringUtil.cc ../StringUtil.hh $(CXX) -c $(CXXFLAGS) ../StringUtil.cc -o StringUtil.o