diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-06 02:48:31 -0800 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-06 02:48:31 -0800 |
commit | e1c0ea9d4ea38215a98227e334ca26c70b35aa0e (patch) | |
tree | 2381319c2a59d8a5936bec05c71f0291ca41da72 | |
parent | 20847946a5c49a6d542125f43cb08cde63076298 (diff) | |
parent | 98a6c61c85b82bfa3b36bff81aa01082aa136f10 (diff) | |
download | caja-dropbox-e1c0ea9d4ea38215a98227e334ca26c70b35aa0e.tar.bz2 caja-dropbox-e1c0ea9d4ea38215a98227e334ca26c70b35aa0e.tar.xz |
Merge pull request #10 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 0f71319..1741dcd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAG} bin_SCRIPTS = caja-dropbox CLEANFILES = $(bin_SCRIPTS) caja-dropbox.1 caja-dropbox.txt |