Quellcode durchsuchen

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

undefined
Sam Hocevar vor 11 Jahren
Ursprung
Commit
0932cabe00
1 geänderte Dateien mit 14 neuen und 0 gelöschten Zeilen
  1. +14
    -0
      configure.ac

+ 14
- 0
configure.ac Datei anzeigen

@@ -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


Laden…
Abbrechen
Speichern