summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Spilsbury <smspillaz@gmail.com>2015-07-20 16:17:26 +0800
committerPhilip Chimento <philip@endlessm.com>2015-07-20 12:19:19 -0700
commite660a7d9e715b597494dea8d545afbb75c81ae53 (patch)
tree3ff6c3fd7d214e15c104ec7428b13485aa274167
parent9efe272d72f80e597f4fd8ca9010008774068ceb (diff)
Makefile: Use AM_DISTCHECK_CONFIGURE_FLAGS
AM_DISTCHECK_CONFIGURE_FLAGS is now the recommended means of setting DISTCHECK_CONFIGURE_FLAGS on a per-package basis - this allows the user to specify the DISTCHECK_CONFIGURE_FLAGS variable on the make commandline later to add more configure flags themselves. [endlessm/eos-sdk#3303]
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9c6e6b1..1444725 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,7 @@ AM_CFLAGS = @STRICT_CFLAGS@
# Make sure to run Gtk-doc tests and build the documentation when doing
# 'make distcheck'
-DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-gir-doc --enable-js-doc
+AM_DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-gir-doc --enable-js-doc
# Generated files that 'make clean' should erase
CLEANFILES =