aboutsummaryrefslogtreecommitdiff
path: root/util/fbrun/Makefile.am
blob: a74b5d6aa61efd0f2d2334c9fef9d7aa60e3eea5 (plain)
1
2
3
4
5
6
7
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.o: ${FLUXBOX_SRC_DIR}/Font.hh