all repos — fluxbox @ 60379c34a9fe793e4cd4cd3c9c6b608f77f016ed

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