diff options
author | infirit <[email protected]> | 2014-05-11 21:29:10 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-05-11 21:29:10 +0200 |
commit | b25e2cfd954b12772d6819a45ce696ed1fe5655d (patch) | |
tree | ca6ad45e1bfbb7bbf174413dcf1dfb51d3bc1363 | |
parent | b220f4f08bb8b668db02d3b91f9986d45161285c (diff) | |
download | mate-power-manager-b25e2cfd954b12772d6819a45ce696ed1fe5655d.tar.bz2 mate-power-manager-b25e2cfd954b12772d6819a45ce696ed1fe5655d.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 \ |