diff options
Diffstat (limited to 'util/fbrun')
-rw-r--r-- | util/fbrun/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fbrun/Makefile.am b/util/fbrun/Makefile.am index a74b5d6..ba211d6 100644 --- a/util/fbrun/Makefile.am +++ b/util/fbrun/Makefile.am | |||
@@ -2,6 +2,6 @@ FLUXBOX_SRC_DIR=../../src/ | |||
2 | INCLUDES = -I${FLUXBOX_SRC_DIR} | 2 | INCLUDES = -I${FLUXBOX_SRC_DIR} |
3 | bin_PROGRAMS = fbrun | 3 | bin_PROGRAMS = fbrun |
4 | fbrun_SOURCES = FbRun.hh FbRun.cc main.cc | 4 | fbrun_SOURCES = FbRun.hh FbRun.cc main.cc |
5 | fbrun_LDADD = ${FLUXBOX_SRC_DIR}Font.o | 5 | fbrun_LDADD = ${FLUXBOX_SRC_DIR}Font.o ${FLUXBOX_SRC_DIR}StringUtil.o |
6 | 6 | ||
7 | fbrun.o: ${FLUXBOX_SRC_DIR}/Font.hh | 7 | fbrun.o: ${FLUXBOX_SRC_DIR}/Font.hh |