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