1
0
Fork 0
mutter-performance-source/Makefile.am
Robert Bragg 250373a0f1 Adds build/autotools/Makefile.am.changelog/release
This adds some convenience rules to help manage releases
2011-06-14 17:09:55 +01:00

21 lines
423 B
Makefile

SUBDIRS = cogl
if BUILD_COGL_PANGO
SUBDIRS += cogl-pango
endif
SUBDIRS += examples doc po
ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
EXTRA_DIST = \
README.in \
config-custom.h
# .changelog expects these to be initializes
CLEANFILES=
DISTCLEANFILES=
# .release requires .changelog rules
include $(top_srcdir)/build/autotools/Makefile.am.changelog
include $(top_srcdir)/build/autotools/Makefile.am.release