From 6c2c883c175421d8c492c64154ed3e26bbdd6595 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 7 May 2012 11:16:43 -0700 Subject: [PATCH] libs3: trailing / does strange things to EXTRA_DIST drwxr-xr-x 1031/1031 0 2012-05-07 11:15 ceph-0.46/src/libs3/inc/ drwxr-xr-x 1031/1031 0 2012-05-04 15:28 ceph-0.46/src/libs3/inc/inc/ -rw-r--r-- 1031/1031 2343 2012-05-04 15:28 ceph-0.46/src/libs3/inc/inc/simplexml.h etc. Freaking autotools! Signed-off-by: Sage Weil --- src/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1967cb789194b..140f56d5010bb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,14 +12,14 @@ EXTRA_DIST = \ libs3/LICENSE \ libs3/README \ libs3/TODO \ - libs3/archlinux/ \ - libs3/debian/ \ + libs3/archlinux \ + libs3/debian \ libs3/doxyfile \ - libs3/inc/ \ + libs3/inc \ libs3/libs3.spec \ - libs3/mswin/ \ - libs3/src/ \ - libs3/test/ + libs3/mswin \ + libs3/src \ + libs3/test CLEANFILES = bin_PROGRAMS = -- 2.39.5