1SUBDIRS = test-fixtures
2
3SUBDIRS += cogl
4
5if BUILD_COGL_PATH
6SUBDIRS += cogl-path
7endif
8
9if BUILD_COGL_PANGO
10SUBDIRS += cogl-pango
11endif
12
13if BUILD_COGL_GLES2
14SUBDIRS += cogl-gles2
15endif
16
17SUBDIRS += tests
18
19ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
20
21EXTRA_DIST = \
22	config-custom.h
23
24# .changelog expects these to be initializes
25CLEANFILES=
26DISTCLEANFILES=
27
28DISTCHECK_CONFIGURE_FLAGS = \
29	--enable-maintainer-flags \
30	--enable-profile \
31	--enable-gles2 \
32	--enable-gl \
33	--enable-xlib-egl-platform \
34	--enable-glx \
35	--enable-cogl-gst
36