aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-05-19 08:19:23 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-06-15 15:34:27 (GMT)
commit5fd30aa8f3ac1e36271e9c71d596d126b208fb7f (patch)
tree2f07134997aa268390a3cf2f24810344a9bf33fe /util
parentd4c5d99bcbf614e31e4f724319437e82d7f2a208 (diff)
downloadfluxbox_pavel-5fd30aa8f3ac1e36271e9c71d596d126b208fb7f.zip
fluxbox_pavel-5fd30aa8f3ac1e36271e9c71d596d126b208fb7f.tar.bz2
Integrate the lua build system into ours
Diffstat (limited to 'util')
-rw-r--r--util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index d0895ae..d8b83e3 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -8,7 +8,7 @@ fbsetroot_LDADD=../src/FbRootWindow.o ../src/FbAtoms.o \
8 ../src/FbTk/libFbTk.a 8 ../src/FbTk/libFbTk.a
9fluxbox_update_configs_SOURCES= fluxbox-update_configs.cc 9fluxbox_update_configs_SOURCES= fluxbox-update_configs.cc
10fluxbox_update_configs_LDADD= ../src/defaults.o ../src/Resources.o \ 10fluxbox_update_configs_LDADD= ../src/defaults.o ../src/Resources.o \
11 ../src/FbTk/libFbTk.a 11 ../src/FbTk/libFbTk.a ../libs/lua/src/liblua.a
12fluxbox_remote_SOURCES= fluxbox-remote.cc 12fluxbox_remote_SOURCES= fluxbox-remote.cc
13 13
14MAINTAINERCLEANFILES= Makefile.in 14MAINTAINERCLEANFILES= Makefile.in