diff options
author | infirit <[email protected]> | 2014-01-05 13:59:28 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-05 13:59:28 +0100 |
commit | 625c926b7be10fa75393c3e813bc367c56644c35 (patch) | |
tree | dfe10289d163905954e62ae4479eecd5f63229f3 | |
parent | 922d0e0219b1bedcece8624e4b5fd7e15e7a9bd5 (diff) | |
download | mate-control-center-625c926b7be10fa75393c3e813bc367c56644c35.tar.bz2 mate-control-center-625c926b7be10fa75393c3e813bc367c56644c35.tar.xz |
Add to ACLOCAL_AMFLAGS for user added flags
-rw-r--r-- | Makefile.am | 2 |
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) \ |