all repos — fluxbox @ 31f6a3bb359ed0cc9712e2b9e6dafb260e3b9ee2

custom fork of the fluxbox windowmanager

src/FbTk/Makefile.am (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
noinst_LIBRARIES = libFbTk.a

if XFT
xft_SOURCE= XftFontImp.hh XftFontImp.cc
endif
if MULTIBYTE
xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc
endif

libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh EventManager.hh EventManager.cc \
	FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh NotCopyable.hh \
	SignalHandler.cc SignalHandler.hh  Text.hh Text.cc Texture.cc Texture.hh Theme.hh Theme.cc \
	XFontImp.cc XFontImp.hh \
	${xft_SOURCE} \
	${xmb_SOURCE}