aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Makefile.am
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-26 23:41:16 (GMT)
committerfluxgen <fluxgen>2002-11-26 23:41:16 (GMT)
commit4ce0b722822e9d4863915eba7a9fd58e25f683f8 (patch)
tree9d1d86b0c5734b7a92b43e97919f21b7a649e52d /src/FbTk/Makefile.am
parent7f8098804345bf1e594cd85fd116f371827fcdde (diff)
downloadfluxbox-4ce0b722822e9d4863915eba7a9fd58e25f683f8.zip
fluxbox-4ce0b722822e9d4863915eba7a9fd58e25f683f8.tar.bz2
noinst lib
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r--src/FbTk/Makefile.am4
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 @@
1lib_LTLIBRARIES = libFbTk.la 1noinst_LIBRARIES = libFbTk.a
2 2
3if XFT 3if XFT
4xft_SOURCE= XftFontImp.hh XftFontImp.cc 4xft_SOURCE= XftFontImp.hh XftFontImp.cc
@@ -7,7 +7,7 @@ if MULTIBYTE
7xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc 7xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc
8endif 8endif
9 9
10libFbTk_la_SOURCES = App.hh App.cc Color.cc Color.hh EventHandler.hh Font.cc Font.hh FontImp.hh NotCopyable.hh \ 10libFbTk_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} \