diff options
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r-- | src/FbTk/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index 8ec4cef..eb2a5fd 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -1,4 +1,4 @@ | |||
1 | lib_LTLIBRARIES = libFbTk.la | 1 | noinst_LIBRARIES = libFbTk.a |
2 | 2 | ||
3 | if XFT | 3 | if XFT |
4 | xft_SOURCE= XftFontImp.hh XftFontImp.cc | 4 | xft_SOURCE= XftFontImp.hh XftFontImp.cc |
@@ -7,7 +7,7 @@ if MULTIBYTE | |||
7 | xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc | 7 | xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc |
8 | endif | 8 | endif |
9 | 9 | ||
10 | libFbTk_la_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh Font.cc Font.hh FontImp.hh NotCopyable.hh \ | 10 | libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh Font.cc Font.hh FontImp.hh NotCopyable.hh \ |
11 | SignalHandler.cc SignalHandler.hh Texture.cc Texture.hh \ | 11 | SignalHandler.cc SignalHandler.hh Texture.cc Texture.hh \ |
12 | XFontImp.cc XFontImp.hh \ | 12 | XFontImp.cc XFontImp.hh \ |
13 | ${xft_SOURCE} \ | 13 | ${xft_SOURCE} \ |