all repos — fluxbox @ bbd8da3e6a0c7a70134c3dec77a70c74807ff280

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 ${FLUXBOX_SRC_DIR}StringUtil.o

fbrun.o: ${FLUXBOX_SRC_DIR}/Font.hh