Changeset 7648 in orxonox.OLD for branches/script_engine/configure.ac
- Timestamp:
- May 17, 2006, 2:02:57 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/configure.ac
r7256 r7648 38 38 AM_INIT_AUTOMAKE 39 39 40 AC_CONFIG_SRCDIR([./src ])40 AC_CONFIG_SRCDIR([./src/orxonox.cc]) 41 41 AC_CONFIG_HEADER([config.h]) 42 42 … … 571 571 AM_CONDITIONAL(HAVE_CURL, test "x$have_curl" = "xyes") 572 572 573 #-----# 574 # LUA # 575 #-----# 576 LUA_DIR="/usr/include/lua" 577 AX_CHECK_LUA([${LUA_DIR}]) 578 573 579 #--------# 574 580 # efence # … … 643 649 src/lib/gui/gtk_gui/Makefile 644 650 src/lib/gui/gl_gui/Makefile 651 src/lib/script_engine/Makefile 645 652 src/lib/parser/Makefile 646 653 src/lib/parser/tinyxml/Makefile 647 654 src/lib/parser/ini_parser/Makefile 648 655 src/lib/parser/cmdline_parser/Makefile 649 656 src/lib/parser/preferences/Makefile 650 657 src/util/Makefile 651 658 src/world_entities/Makefile
Note: See TracChangeset
for help on using the changeset viewer.