Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/script_engine/src/lib/script_engine/Makefile.am @ 7820

Last change on this file since 7820 was 7702, checked in by snellen, 18 years ago

new concept

File size: 298 bytes
Line 
1
2INCLUDES= -I../../../extern_libs
3
4#noinst_LIBRARIES = libORXscript.a
5
6#libORXscript_a_SOURCES =
7
8AM_CPPFLAGS= @LUA_INCLUDES@
9
10bin_PROGRAMS = account
11account_SOURCES = \
12                account.cc
13
14
15account_LDADD = libORXscript.a -L../../../extern_libs @LUA_LIBS@
16
17#main_LDFLAGS =
18
19
20noinst_HEADERS = \
21                luna.h
Note: See TracBrowser for help on using the repository browser.