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

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