소스 검색

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

undefined
Sam Hocevar 12 년 전
부모
커밋
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


불러오는 중...
취소
저장