diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-06 02:48:26 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-06 02:48:26 -0800 |
commit | d94160e0012295b02a10bfd1d933e644ab7889d5 (patch) | |
tree | 8e495e8f7ea0f3ec075941e8bb05d770cbd449da | |
parent | 1cc3eae35740c95277ce77a8e28b71190ce3c50f (diff) | |
parent | d96b3bf700f68daf86b2f8b5416aa4a0cfd1067c (diff) | |
download | mate-power-manager-d94160e0012295b02a10bfd1d933e644ab7889d5.tar.bz2 mate-power-manager-d94160e0012295b02a10bfd1d933e644ab7889d5.tar.xz |
Merge pull request #90 from infirit/master
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 f331bf2..38dee8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAG} SUBDIRS = \ src \ |