summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-01-06 02:47:58 -0800
committerStefano Karapetsas <[email protected]>2014-01-06 02:47:58 -0800
commit568a85005c884d7f11eccdebe0aac23cf3b19b0f (patch)
treedfe10289d163905954e62ae4479eecd5f63229f3
parent922d0e0219b1bedcece8624e4b5fd7e15e7a9bd5 (diff)
parent625c926b7be10fa75393c3e813bc367c56644c35 (diff)
downloadmate-control-center-568a85005c884d7f11eccdebe0aac23cf3b19b0f.tar.bz2
mate-control-center-568a85005c884d7f11eccdebe0aac23cf3b19b0f.tar.xz
Merge pull request #82 from infirit/master
Add to ACLOCAL_AMFLAGS for user added flags
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cb9eaec8..5ede26f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,7 @@ gsettings_SCHEMAS = \
convertdir = $(datadir)/MateConf/gsettings
convert_DATA = mate-control-center.convert
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
CLEANFILES = \
$(gsettings_SCHEMAS_in) \