Add currently disabled automake rule for updating scripts

This commit is contained in:
Bart van Strien
2013-10-04 14:18:09 +02:00
parent 3ba22cad7b
commit 89140ee657
+7
View File
@@ -18,6 +18,13 @@ love_LDADD = liblove.la
love_SOURCES = love.cpp
endif
# Compile scripts
#scripts/%.lua.h: scripts/%.lua
# cd scripts; \
# lua auto.lua \$*
#TODO: Figure out how to only do this on gnu make, and detect which lua
# executable to run
# libLÖVE
lib_LTLIBRARIES = liblove.la
liblove_la_LDFLAGS = -module -export-dynamic \$(LDFLAGS)