fluxbox/src/FbTk/Makefile.am
2002-12-02 19:38:26 +00:00

15 lines
443 B
Makefile

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 \
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}