diff options
author | infirit <[email protected]> | 2014-01-05 14:04:25 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-05 14:04:25 +0100 |
commit | 98a6c61c85b82bfa3b36bff81aa01082aa136f10 (patch) | |
tree | 04c3138261811fe86fcf4b8c323982739951b414 | |
parent | 70eddac907f86e49a09a82c026d942270a7a6be8 (diff) | |
download | caja-dropbox-98a6c61c85b82bfa3b36bff81aa01082aa136f10.tar.bz2 caja-dropbox-98a6c61c85b82bfa3b36bff81aa01082aa136f10.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 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 |