2011-05-06 13:21:00 -04:00
|
|
|
SUBDIRS = cogl
|
2011-05-05 16:39:40 -04:00
|
|
|
|
|
|
|
if BUILD_COGL_PANGO
|
2011-05-05 17:04:07 -04:00
|
|
|
SUBDIRS += cogl-pango
|
2011-05-05 16:39:40 -04:00
|
|
|
endif
|
2011-02-09 21:32:11 -05:00
|
|
|
|
2011-05-06 13:21:00 -04:00
|
|
|
SUBDIRS += examples doc po
|
|
|
|
|
2011-02-09 21:32:11 -05:00
|
|
|
ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
|
2011-05-06 07:26:15 -04:00
|
|
|
|
2011-06-13 08:09:47 -04:00
|
|
|
EXTRA_DIST = \
|
|
|
|
README.in \
|
|
|
|
config-custom.h
|
2011-06-08 09:34:00 -04:00
|
|
|
|
|
|
|
# .changelog expects these to be initializes
|
|
|
|
CLEANFILES=
|
|
|
|
DISTCLEANFILES=
|
|
|
|
|
2011-06-14 09:52:08 -04:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-maintainer-flags --enable-profile
|
|
|
|
|
2011-06-08 09:34:00 -04:00
|
|
|
include $(top_srcdir)/build/autotools/Makefile.am.release
|