diff options
author | fluxgen <fluxgen> | 2002-11-26 23:41:16 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-11-26 23:41:16 (GMT) |
commit | 4ce0b722822e9d4863915eba7a9fd58e25f683f8 (patch) | |
tree | 9d1d86b0c5734b7a92b43e97919f21b7a649e52d /src/FbTk/Makefile.am | |
parent | 7f8098804345bf1e594cd85fd116f371827fcdde (diff) | |
download | fluxbox-4ce0b722822e9d4863915eba7a9fd58e25f683f8.zip fluxbox-4ce0b722822e9d4863915eba7a9fd58e25f683f8.tar.bz2 |
noinst lib
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} \ |