Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9869 in orxonox.OLD for trunk/src/lib/script_engine/Makefile.am


Ignore:
Timestamp:
Oct 3, 2006, 12:19:30 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/script_engine/Makefile.am

    r8711 r9869  
    1616                script_manager.cc \
    1717                script_class.cc \
    18                 script_method.cc
    19                
     18                script_method.cc \
     19                executor_lua_state.cc
     20
    2021AM_CPPFLAGS= @LUA_INCLUDES@
    2122
     
    2526                script_manager.h \
    2627                script_class.h \
    27                 script_method.h
     28                script_method.h \
     29                executor_lua_state.h
    2830
    2931
Note: See TracChangeset for help on using the changeset viewer.