diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-07-14 20:23:33 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2013-02-18 21:04:22 (GMT) |
commit | eec6f0be03a95d7c108e4acce73c72bc575db260 (patch) | |
tree | 27d47d5f7f2d422c71bd1a1ccb51dd6c41d92f51 | |
parent | 295bb1919bc748d369eb8b5597c1cd12577d3176 (diff) | |
download | fluxbox_pavel-eec6f0be03a95d7c108e4acce73c72bc575db260.zip fluxbox_pavel-eec6f0be03a95d7c108e4acce73c72bc575db260.tar.bz2 |
Add lua to INCLUDE in util/Makefile.am
-rw-r--r-- | util/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am index 505fb7f..d9ee8f1 100644 --- a/util/Makefile.am +++ b/util/Makefile.am | |||
@@ -1,6 +1,6 @@ | |||
1 | # util/Makefile.am for Fluxbox | 1 | # util/Makefile.am for Fluxbox |
2 | SUBDIRS= fbrun | 2 | SUBDIRS= fbrun |
3 | AM_CPPFLAGS= -I$(top_srcdir)/src -I$(top_srcdir)/src/FbTk | 3 | AM_CPPFLAGS= -I$(top_srcdir)/src -I$(top_srcdir)/src/FbTk -I$(top_srcdir)/libs/lua/src |
4 | bin_SCRIPTS= fbsetbg fluxbox-generate_menu startfluxbox | 4 | bin_SCRIPTS= fbsetbg fluxbox-generate_menu startfluxbox |
5 | bin_PROGRAMS= fbsetroot fluxbox-update_configs fluxbox-remote | 5 | bin_PROGRAMS= fbsetroot fluxbox-update_configs fluxbox-remote |
6 | fbsetroot_SOURCES= fbsetroot.cc fbsetroot.hh | 6 | fbsetroot_SOURCES= fbsetroot.cc fbsetroot.hh |