diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-07-14 20:23:33 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2011-07-14 20:23:33 (GMT) |
commit | 4d604fb22c3fb24d8849a0da0c0859d34c202f9b (patch) | |
tree | 97336ae7ecec7d5202c60f5908abfc0f76bd67f0 | |
parent | 3428b795b5693effea9e513352d0f30b9d3d4b20 (diff) | |
download | fluxbox_pavel-4d604fb22c3fb24d8849a0da0c0859d34c202f9b.zip fluxbox_pavel-4d604fb22c3fb24d8849a0da0c0859d34c202f9b.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 d8b83e3..8d6dde7 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 |