Changeset 220 for trunk/configure.ac
- Timestamp:
- Jan 17, 2011, 9:25:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r178 r220 87 87 88 88 89 # How to use the Lol Engine inside this tree 90 LOL_CFLAGS="-I \$(top_srcdir)/src `pkg-config --cflags sdl gl SDL_image`" 91 LOL_LIBS="`pkg-config --libs sdl gl SDL_image`" 92 89 93 if test "${enable_release}" = "yes"; then 90 94 AC_DEFINE(FINAL_RELEASE, 1, Define to 1 to activate final release) … … 92 96 93 97 AC_SUBST(MATH_LIBS) 98 AC_SUBST(LOL_CFLAGS) 99 AC_SUBST(LOL_LIBS) 94 100 95 101 AC_CONFIG_FILES([ 96 102 Makefile 97 103 src/Makefile 104 monsterz/Makefile 105 deushax/Makefile 98 106 tools/Makefile 99 107 art/Makefile
Note: See TracChangeset
for help on using the changeset viewer.