diff options
Diffstat (limited to 'libs/Makefile.am')
-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 | ||