1
0
Fork 0
mutter-performance-source/doc/reference/Makefile.am
Robert Bragg 62b051951c docs: don't dist cogl-2.0 manual if not built
If not configured with --enable-cogl2-reference then don't try and dist
the doc/references/cogl-2.0 manual. Although this means a tarball built
this way will not be able to build the experimental cogl-2.0 manual this
isn't considered a big problem since anyone interested in this would
hopefully be tracking git for now or we can simply be careful to
configure with --enable-cogl2-reference for our tarball releases.
2010-12-07 12:16:51 +00:00

12 lines
174 B
Makefile

SUBDIRS = cogl clutter cally
if BUILD_COGL2_REFERENCE
SUBDIRS += cogl-2.0
endif
DIST_SUBDIRS = cogl clutter cally
if BUILD_COGL2_REFERENCE
DIST_SUBDIRS += cogl-2.0
endif