diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-06 02:48:54 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-06 02:48:54 -0800 |
commit | d210440d93496acc2b4807975706210be2e7feb6 (patch) | |
tree | e3f74f44b524061cccad26911fda63c9968ec522 | |
parent | 6846c8004eae630f284fee31fb78bfc9803b8e36 (diff) | |
parent | 8185d5c96321379ebe4cd9b968e754f9eb6f9e23 (diff) | |
download | libmatekbd-d210440d93496acc2b4807975706210be2e7feb6.tar.bz2 libmatekbd-d210440d93496acc2b4807975706210be2e7feb6.tar.xz |
Merge pull request #17 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 9973a30..8b00385 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ endif SUBDIRS = libmatekbd $(TEST) po -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCLEANFILES = \ intltool-extract \ |