浏览代码

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

undefined
Sam Hocevar 11 年前
父节点
当前提交
0932cabe00
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. +14
    -0
      configure.ac

+ 14
- 0
configure.ac 查看文件

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


正在加载...
取消
保存