diff options
author | infirit <[email protected]> | 2014-05-11 21:33:21 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-05-11 21:33:21 +0200 |
commit | 7fb54f3514a52989fb3b37ec027be79265cf16b5 (patch) | |
tree | cef19c321355f73343a8271b1b412c37e63891e4 | |
parent | ef0c6f7c7d73503a40eafc8d100c872bc9b9f593 (diff) | |
download | caja-dropbox-7fb54f3514a52989fb3b37ec027be79265cf16b5.tar.bz2 caja-dropbox-7fb54f3514a52989fb3b37ec027be79265cf16b5.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 c5a9457..8985128 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAG} +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} bin_SCRIPTS = caja-dropbox CLEANFILES = $(bin_SCRIPTS) caja-dropbox.1 caja-dropbox.txt |