Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/ceguilua-0.5.0b/ceguilua/Makefile.am @ 1810

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

merged ceguilua branch back to trunk

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.