noinst lib
This commit is contained in:
parent
7f80988043
commit
4ce0b72282
1 changed files with 2 additions and 2 deletions
|
@ -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} \
|
||||
|
|
Loading…
Reference in a new issue