62b051951c
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.
13 lines
174 B
Makefile
13 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
|
|
|