all repos — fluxbox @ 952d7717cd1a2a00d873719dd104277f674db15b

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