all repos — fluxbox @ 86745b5c6e1ad632a18fb7592b1aab329d3533eb

custom fork of the fluxbox windowmanager

StringUtil
fluxgen fluxgen
commit

86745b5c6e1ad632a18fb7592b1aab329d3533eb

parent

e2af535b0c57721234833ad5c94a10826c999a78

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

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

@@ -2,6 +2,6 @@ FLUXBOX_SRC_DIR=../../src/

INCLUDES = -I${FLUXBOX_SRC_DIR} bin_PROGRAMS = fbrun fbrun_SOURCES = FbRun.hh FbRun.cc main.cc -fbrun_LDADD = ${FLUXBOX_SRC_DIR}Font.o +fbrun_LDADD = ${FLUXBOX_SRC_DIR}Font.o ${FLUXBOX_SRC_DIR}StringUtil.o fbrun.o: ${FLUXBOX_SRC_DIR}/Font.hh