aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r--src/FbTk/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am
index 3c34b22..983f923 100644
--- a/src/FbTk/Makefile.am
+++ b/src/FbTk/Makefile.am
@@ -3,7 +3,7 @@ noinst_LIBRARIES = libFbTk.a
3AM_CPPFLAGS=-include $(top_builddir)/config.h 3AM_CPPFLAGS=-include $(top_builddir)/config.h
4 4
5if XFT 5if XFT
6xft_SOURCE= XftFontImp.hh XftFontImp.cc 6xft_SOURCE = XftFontImp.hh XftFontImp.cc
7endif 7endif
8if MULTIBYTE 8if MULTIBYTE
9xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc 9xmb_SOURCE= XmbFontImp.hh XmbFontImp.cc
@@ -15,6 +15,8 @@ if IMLIB2
15imlib2_SOURCE= ImageImlib2.hh ImageImlib2.cc 15imlib2_SOURCE= ImageImlib2.hh ImageImlib2.cc
16endif 16endif
17 17
18libFbTk_a_CPPFLAGS = $(FREETYPE2_CFLAGS) $(FRIBIDI_CFLAGS) $(AM_CPPFLAGS)
19
18libFbTk_a_SOURCES = App.hh App.cc \ 20libFbTk_a_SOURCES = App.hh App.cc \
19 Color.cc Color.hh Command.hh \ 21 Color.cc Color.hh Command.hh \
20 ColorLUT.cc ColorLUT.hh \ 22 ColorLUT.cc ColorLUT.hh \