diff options
author | infirit <[email protected]> | 2014-05-11 21:29:10 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-09-26 14:08:53 +0200 |
commit | a8d1e0e1df27b074c7b64141b34a6d668cb3757c (patch) | |
tree | 7136cf2942f676986e0c1e7ac0862f8b68c36c04 | |
parent | 051ab600d9bd485d756f53c220b07df2450e1fc2 (diff) | |
download | mate-power-manager-a8d1e0e1df27b074c7b64141b34a6d668cb3757c.tar.bz2 mate-power-manager-a8d1e0e1df27b074c7b64141b34a6d668cb3757c.tar.xz |
Fix typo in Makefile.am
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b464416..e5defbc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAG} +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = \ src \ |