StringUtil

This commit is contained in:
fluxgen 2002-09-04 20:23:03 +00:00
parent e2af535b0c
commit 86745b5c6e

View file

@ -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