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 /libs | |
parent | 0fa62fe1598c5b04925c0b7b98d0d00d28d10d88 (diff) | |
download | fluxbox_paul-044ab57a04578a1c5d4a33eaf7c8a1fb8396c385.zip fluxbox_paul-044ab57a04578a1c5d4a33eaf7c8a1fb8396c385.tar.bz2 |
Integrate the lua build system into ours
Diffstat (limited to 'libs')
-rw-r--r-- | libs/Makefile.am | 7 |
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 | |||
3 | all-local: | ||
4 | $(MAKE) -C lua/src VPATH="../../$(srcdir)/lua/src" CC=$(CXX) CFLAGS='$(CXXFLAGS) $$(MYCFLAGS)' linux | ||
5 | |||
6 | clean-local: | ||
7 | $(MAKE) -C lua/src clean | ||