[gtk-engines/gtk-engines-2-18] Include liblua sources in the distribution (bug #595907)



commit 3f6430b4c15f94016d943cfba22c4bae7c53dca1
Author: Benjamin Berg <benjamin sipsolutions net>
Date:   Tue Sep 22 10:26:04 2009 +0200

    Include liblua sources in the distribution (bug #595907)

 engines/lua/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/engines/lua/Makefile.am b/engines/lua/Makefile.am
index 6243e5a..ec66460 100644
--- a/engines/lua/Makefile.am
+++ b/engines/lua/Makefile.am
@@ -22,11 +22,11 @@
 NULL =
 
 if SYSTEM_LUA
-	LIBLUA_SOURCES =
-	LIBLUA_CFLAGS = $(LUA_CFLAGS)
+LIBLUA_SOURCES =
+LIBLUA_CFLAGS = $(LUA_CFLAGS)
 else
-	LIBLUA_CFLAGS = -I$(top_srcdir)/engines/lua/src/liblua
-	LIBLUA_SOURCES = \
+LIBLUA_CFLAGS = -I$(top_srcdir)/engines/lua/src/liblua
+LIBLUA_SOURCES = \
 		./src/liblua/lapi.h \
 		./src/liblua/lauxlib.h \
 		./src/liblua/lcode.h \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]