Ensure we use --enable-profile during make distcheck

This commit is contained in:
Robert Bragg 2011-06-14 14:52:08 +01:00
parent 0e5df17761
commit 5a6fbf7e52

View File

@ -16,6 +16,8 @@ EXTRA_DIST = \
CLEANFILES= CLEANFILES=
DISTCLEANFILES= DISTCLEANFILES=
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-maintainer-flags --enable-profile
# .release requires .changelog rules # .release requires .changelog rules
include $(top_srcdir)/build/autotools/Makefile.am.changelog include $(top_srcdir)/build/autotools/Makefile.am.changelog
include $(top_srcdir)/build/autotools/Makefile.am.release include $(top_srcdir)/build/autotools/Makefile.am.release