noinst lib

This commit is contained in:
fluxgen 2002-11-26 23:41:16 +00:00
parent 7f80988043
commit 4ce0b72282

View file

@ -1,4 +1,4 @@
lib_LTLIBRARIES = libFbTk.la
noinst_LIBRARIES = libFbTk.a
if XFT
xft_SOURCE= XftFontImp.hh XftFontImp.cc
@ -7,7 +7,7 @@ if MULTIBYTE
xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc
endif
libFbTk_la_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh Font.cc Font.hh FontImp.hh NotCopyable.hh \
libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh Font.cc Font.hh FontImp.hh NotCopyable.hh \
SignalHandler.cc SignalHandler.hh Texture.cc Texture.hh \
XFontImp.cc XFontImp.hh \
${xft_SOURCE} \