diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-05-19 08:19:23 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2013-02-16 23:12:55 (GMT) |
commit | aaa99339bf9b9b23e6f17026593bcad7eefa1c66 (patch) | |
tree | 5da255e5efd43272aaf56d8ebaa365f74c1b6ba9 /src/FbTk/Makefile.am | |
parent | 1061e5282d7deeb3e15a5d1c9bc03e0759b1f2cd (diff) | |
download | fluxbox_pavel-aaa99339bf9b9b23e6f17026593bcad7eefa1c66.zip fluxbox_pavel-aaa99339bf9b9b23e6f17026593bcad7eefa1c66.tar.bz2 |
Integrate the lua build system into ours
Diffstat (limited to 'src/FbTk/Makefile.am')
-rw-r--r-- | src/FbTk/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/Makefile.am b/src/FbTk/Makefile.am index d54eaae..3902552 100644 --- a/src/FbTk/Makefile.am +++ b/src/FbTk/Makefile.am | |||
@@ -1,6 +1,7 @@ | |||
1 | noinst_LIBRARIES = libFbTk.a | 1 | noinst_LIBRARIES = libFbTk.a |
2 | 2 | ||
3 | AM_CPPFLAGS=@CPPFLAGS@ | 3 | AM_CPPFLAGS=@CPPFLAGS@ |
4 | INCLUDES = -I$(top_srcdir)/libs/lua/src | ||
4 | 5 | ||
5 | if XFT | 6 | if XFT |
6 | xft_SOURCE= XftFontImp.hh XftFontImp.cc | 7 | xft_SOURCE= XftFontImp.hh XftFontImp.cc |