diff options
author | infirit <[email protected]> | 2014-01-05 14:03:54 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-05 14:16:00 +0100 |
commit | d96b3bf700f68daf86b2f8b5416aa4a0cfd1067c (patch) | |
tree | 8e495e8f7ea0f3ec075941e8bb05d770cbd449da | |
parent | 1c0b5b5e50041987d46f974cc75f1981e7ec977e (diff) | |
download | mate-power-manager-d96b3bf700f68daf86b2f8b5416aa4a0cfd1067c.tar.bz2 mate-power-manager-d96b3bf700f68daf86b2f8b5416aa4a0cfd1067c.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 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 \ |