aboutsummaryrefslogtreecommitdiff
path: root/libs
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 /libs
parentd4c5d99bcbf614e31e4f724319437e82d7f2a208 (diff)
downloadfluxbox_pavel-5fd30aa8f3ac1e36271e9c71d596d126b208fb7f.zip
fluxbox_pavel-5fd30aa8f3ac1e36271e9c71d596d126b208fb7f.tar.bz2
Integrate the lua build system into ours
Diffstat (limited to 'libs')
-rw-r--r--libs/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/Makefile.am b/libs/Makefile.am
new file mode 100644
index 0000000..7ee9d94
--- /dev/null
+++ b/libs/Makefile.am
@@ -0,0 +1,7 @@
1# lib/Makefile.am for Fluxbox - an X11 Window manager
2
3all-local:
4 $(MAKE) -C lua/src VPATH="../../$(srcdir)/lua/src" CC=$(CXX) CFLAGS='$(CXXFLAGS) $$(MYCFLAGS)' linux
5
6clean-local:
7 $(MAKE) -C lua/src clean