build: Fix release-check for cogl2 reference

This commit is contained in:
Emmanuele Bassi 2010-12-17 15:43:24 +00:00
parent cab4a5b484
commit 987a50be91
2 changed files with 10 additions and 7 deletions

View File

@ -1152,8 +1152,6 @@ AC_CONFIG_FILES([
doc/reference/clutter/clutter-docs.xml
doc/reference/cogl/Makefile
doc/reference/cogl/cogl-docs.xml
doc/reference/cogl-2.0/Makefile
doc/reference/cogl-2.0/cogl-docs.xml
doc/reference/cally/Makefile
doc/reference/cally/cally-docs.xml
doc/common/Makefile
@ -1166,6 +1164,14 @@ AC_CONFIG_FILES([
po/Makefile.in
])
AS_IF([test "x$enable_cogl2_reference" = "xyes"],
[
AC_CONFIG_FILES([
doc/reference/cogl-2.0/Makefile
doc/reference/cogl-2.0/cogl-docs.xml
])
])
AC_OUTPUT
dnl === Summary ===============================================================

View File

@ -1,12 +1,9 @@
SUBDIRS = cogl clutter cally
if BUILD_COGL2_REFERENCE
SUBDIRS += cogl-2.0
endif
DIST_SUBDIRS = cogl clutter cally
if BUILD_COGL2_REFERENCE
SUBDIRS += cogl-2.0
DIST_SUBDIRS += cogl-2.0
endif