diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-07-14 20:23:33 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2011-11-01 09:57:22 (GMT) |
commit | ced7d37b2daef12c3f67cc2f32f37727997df7b3 (patch) | |
tree | 50a1ed5c8675acbcde0028f7e81672b7f9db447d | |
parent | e945aceb6aa71db200dfb8db659f3248bb62af68 (diff) | |
download | fluxbox_paul-ced7d37b2daef12c3f67cc2f32f37727997df7b3.zip fluxbox_paul-ced7d37b2daef12c3f67cc2f32f37727997df7b3.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 306a080..f5495e9 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 | INCLUDES= -I$(top_srcdir)/src -I$(top_srcdir)/src/FbTk | 3 | INCLUDES= -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 |