fix build directory (issues 4)

This commit is contained in:
iratqq 2010-02-14 13:47:35 +00:00
commit 32d1bcfa20
10 changed files with 23 additions and 21 deletions

View file

@ -7,7 +7,7 @@ INCLUDES = \
AM_CFLAGS = $(lua_CFLAGS)
if SJ3_INTERNAL_LUA
AM_CFLAGS += -I$(top_builddir)/lib/lua/src
AM_CFLAGS += -I$(top_srcdir)/lib/lua/src
else
AM_CFLAGS += $(LUA_CFLAGS)
endif