fluxbox/src/FbTk/Makefile.am

16 lines
409 B
Text
Raw Normal View History

2002-11-26 23:41:16 +00:00
noinst_LIBRARIES = libFbTk.a
2002-11-26 16:01:28 +00:00
if XFT
xft_SOURCE= XftFontImp.hh XftFontImp.cc
endif
if MULTIBYTE
xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc
endif
2002-11-27 21:42:14 +00:00
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 \
2002-11-26 16:01:28 +00:00
SignalHandler.cc SignalHandler.hh Texture.cc Texture.hh \
XFontImp.cc XFontImp.hh \
${xft_SOURCE} \
${xmb_SOURCE}