mutter/doc/reference/Makefile.am
Emmanuele Bassi b55346151c build: Cogl-2.0 API reference should be conditionally built
Building the API reference for Cogl 2.0 is fairly confusing: the API
itself is experimental and for internal use only -- though we want
feedback for it.

Let's build the API reference only when Clutter is configured with a
specific configure switch, so that people that wish to give feedback on
the API and its documentation can do it.
2010-11-17 19:15:17 +00:00

8 lines
125 B
Makefile

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