diff options
author | Pavel Labath <pavelo@centrum.sk> | 2011-05-19 08:19:23 (GMT) |
---|---|---|
committer | Pavel Labath <pavelo@centrum.sk> | 2013-02-16 23:12:55 (GMT) |
commit | aaa99339bf9b9b23e6f17026593bcad7eefa1c66 (patch) | |
tree | 5da255e5efd43272aaf56d8ebaa365f74c1b6ba9 /util/Makefile.am | |
parent | 1061e5282d7deeb3e15a5d1c9bc03e0759b1f2cd (diff) | |
download | fluxbox_pavel-aaa99339bf9b9b23e6f17026593bcad7eefa1c66.zip fluxbox_pavel-aaa99339bf9b9b23e6f17026593bcad7eefa1c66.tar.bz2 |
Integrate the lua build system into ours
Diffstat (limited to '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 f47924f..505fb7f 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 |