all repos — fluxbox @ e2af535b0c57721234833ad5c94a10826c999a78

custom fork of the fluxbox windowmanager

util/fbrun/Makefile.am (raw)

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