Browse Source

build: add an external SVN reference to the Abuse game.

undefined
Sam Hocevar 11 years ago
parent
commit
0932cabe00
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      configure.ac

+ 14
- 0
configure.ac View File

@@ -440,6 +440,10 @@ dnl Can we build neercs?
AM_CONDITIONAL(BUILD_NEERCS, test "${ac_cv_my_have_caca}" != "no")


dnl Should we ship non-free data?
AM_CONDITIONAL(HAVE_NONFREE, true)


dnl Extra libraries we may need
AC_SUBST(MATH_LIBS)
AC_SUBST(PAM_LIBS)
@@ -509,6 +513,16 @@ AC_CONFIG_FILES(
AC_CONFIG_FILES(
[games/orbital/Makefile
])
AC_CONFIG_FILES(
[games/abuse/Makefile
games/abuse/src/Makefile
games/abuse/src/lisp/Makefile
games/abuse/src/imlib/Makefile
games/abuse/src/net/Makefile
games/abuse/src/sdlport/Makefile
games/abuse/data/Makefile
games/abuse/doc/Makefile
])
AC_CONFIG_FILES(
[demos/tutorial/Makefile
demos/lol.js/Makefile


Loading…
Cancel
Save