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 /util | |
parent | 0fa62fe1598c5b04925c0b7b98d0d00d28d10d88 (diff) | |
download | fluxbox_paul-044ab57a04578a1c5d4a33eaf7c8a1fb8396c385.zip fluxbox_paul-044ab57a04578a1c5d4a33eaf7c8a1fb8396c385.tar.bz2 |
Integrate the lua build system into ours
Diffstat (limited to 'util')
-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 e33dd30..306a080 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 |
9 | fluxbox_update_configs_SOURCES= fluxbox-update_configs.cc | 9 | fluxbox_update_configs_SOURCES= fluxbox-update_configs.cc |
10 | fluxbox_update_configs_LDADD= ../src/defaults.o ../src/Resources.o \ | 10 | fluxbox_update_configs_LDADD= ../src/defaults.o ../src/Resources.o \ |
11 | ../src/FbTk/libFbTk.a | 11 | ../src/FbTk/libFbTk.a ../libs/lua/src/liblua.a |
12 | fluxbox_remote_SOURCES= fluxbox-remote.cc | 12 | fluxbox_remote_SOURCES= fluxbox-remote.cc |
13 | 13 | ||
14 | MAINTAINERCLEANFILES= Makefile.in | 14 | MAINTAINERCLEANFILES= Makefile.in |