diff options
author | Ross Lagerwall <rosslagerwall@gmail.com> | 2013-10-17 19:00:09 +0200 |
---|---|---|
committer | Ross Lagerwall <rosslagerwall@gmail.com> | 2013-10-25 06:25:02 +0200 |
commit | e7470c339a9f894dc71701d03a9e943eac21066a (patch) | |
tree | 99d885b3956382a550186854598c728b69967aab /daemon/Makefile.am | |
parent | 629c5cc2425945bcd39a6ca28f77ec391bf96950 (diff) | |
download | gvfs-e7470c339a9f894dc71701d03a9e943eac21066a.tar.gz |
Remove unnecessary trailing slashes in path
https://bugzilla.gnome.org/show_bug.cgi?id=606324
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r-- | daemon/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 6e63464e..020943ac 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -14,8 +14,8 @@ INCLUDES = \ $(OBEXFTP_CFLAGS) $(EXPAT_CFLAGS) \ $(KEYRING_CFLAGS) \ -DG_UDEV_API_IS_SUBJECT_TO_CHANGE \ - -DLIBEXEC_DIR=\"$(libexecdir)/\" \ - -DMOUNTABLE_DIR=\"$(mountdir)/\" \ + -DLIBEXEC_DIR=\"$(libexecdir)\" \ + -DMOUNTABLE_DIR=\"$(mountdir)\" \ -DGVFS_LOCALEDIR=\""$(localedir)"\" noinst_LTLIBRARIES=libdaemon.la |