diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-05-19 08:19:23 (GMT) |
---|---|---|
committer | Paul Tagliamonte <paultag@fluxbox.org> | 2012-04-07 02:08:41 (GMT) |
commit | 044ab57a04578a1c5d4a33eaf7c8a1fb8396c385 (patch) | |
tree | 7cd9381ead72b18c72666f8465537fea591d8293 /src/FbTk | |
parent | 0fa62fe1598c5b04925c0b7b98d0d00d28d10d88 (diff) | |
download | fluxbox_paul-044ab57a04578a1c5d4a33eaf7c8a1fb8396c385.zip fluxbox_paul-044ab57a04578a1c5d4a33eaf7c8a1fb8396c385.tar.bz2 |
Integrate the lua build system into ours
Diffstat (limited to 'src/FbTk')
-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 171f27d..a14d788 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 |