mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 16:16:20 -05:00
b55346151c
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.
8 lines
125 B
Makefile
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
|