Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ceguilua/src/ceguilua-0.5.0b/ceguilua/Makefile.am @ 1808

Last change on this file since 1808 was 1803, checked in by rgrieder, 16 years ago

added files for lua 5.1.3, lua 5.0.3, CEGUILua-0.6.1 and CEGUILua-0.5.0b

File size: 539 bytes
Line 
1INCLUDES = -I$(top_srcdir)/include \
2           -I$(top_srcdir)/ScriptingModules/CEGUILua/tolua++ \
3           -I$(top_srcdir)/ScriptingModules/CEGUILua/LuaScriptModule/include
4lib_LTLIBRARIES = libCEGUILuaScriptModule.la
5
6libCEGUILuaScriptModule_la_LDFLAGS = -version-info @CEGUI_VERSION_INFO@
7
8libCEGUILuaScriptModule_la_SOURCES = lua_CEGUI.cpp \
9                                     CEGUILua.cpp \
10                                     CEGUILuaFunctor.cpp \
11                                     required.cpp
12
13noinst_HEADERS = required.h
Note: See TracBrowser for help on using the repository browser.