using FbTk lib
This commit is contained in:
parent
fc4f15e2c4
commit
c600fd4dca
1 changed files with 3 additions and 12 deletions
|
@ -1,17 +1,8 @@
|
|||
FLUXBOX_SRC_DIR=../../src/
|
||||
INCLUDES = -I${FLUXBOX_SRC_DIR}
|
||||
INCLUDES = -I${FLUXBOX_SRC_DIR} -I${FLUXBOX_SRC_DIR}FbTk
|
||||
bin_PROGRAMS = fbrun
|
||||
fbrun_SOURCES = FbRun.hh FbRun.cc main.cc
|
||||
|
||||
if XFT
|
||||
xft_OBJ = ${FLUXBOX_SRC_DIR}/XftFontImp.o
|
||||
endif
|
||||
if MULTIBYTE
|
||||
xmb_OBJ = ${FLUXBOX_SRC_DIR}/XmbFontImp.o
|
||||
endif
|
||||
fbrun_LDADD = ${FLUXBOX_SRC_DIR}FbTk/.libs/libFbTk.a ${FLUXBOX_SRC_DIR}StringUtil.o
|
||||
|
||||
|
||||
fbrun_LDADD = ${FLUXBOX_SRC_DIR}Font.o ${FLUXBOX_SRC_DIR}StringUtil.o ${FLUXBOX_SRC_DIR}/Timer.o \
|
||||
${FLUXBOX_SRC_DIR}/BaseDisplay.o ${FLUXBOX_SRC_DIR}/i18n.o \
|
||||
${xft_OBJ} ${xmb_OBJ} ${FLUXBOX_SRC_DIR}/XFontImp.o
|
||||
|
||||
fbrun.o: ${FLUXBOX_SRC_DIR}/Font.hh ${FLUXBOX_SRC_DIR}/BaseDisplay.hh
|
||||
|
|
Loading…
Reference in a new issue