From b10eea2c44272bf491b670466430f4a6d1ac364b Mon Sep 17 00:00:00 2001 From: Emmanuel Dreyfus Date: Thu, 30 Aug 2012 19:01:22 +0200 Subject: Add missing contrib/libgen files to distribution BUG: 764655 Signed-off-by: Emmanuel Dreyfus Change-Id: I3f49eb4a1a186cb2d178539ada6a05c8c1aa8265 Reviewed-on: http://review.gluster.org/3882 Tested-by: Gluster Build System Reviewed-by: Kaleb KEITHLEY Reviewed-by: Anand Avati --- libglusterfs/src/Makefile.am | 3 ++- libglusterfs/src/compat.c | 7 ------- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'libglusterfs/src') diff --git a/libglusterfs/src/Makefile.am b/libglusterfs/src/Makefile.am index ca83246ba..0156c974a 100644 --- a/libglusterfs/src/Makefile.am +++ b/libglusterfs/src/Makefile.am @@ -22,7 +22,8 @@ libglusterfs_la_SOURCES = dict.c xlator.c logging.c \ $(CONTRIBDIR)/uuid/uuid_time.c $(CONTRIBDIR)/uuid/compare.c \ $(CONTRIBDIR)/uuid/isnull.c $(CONTRIBDIR)/uuid/unpack.c syncop.c \ graph-print.c trie.c run.c options.c fd-lk.c circ-buff.c \ - event-history.c gidcache.c ctx.c + event-history.c gidcache.c ctx.c \ + $(CONTRIBDIR)/libgen/basename_r.c $(CONTRIBDIR)/libgen/dirname_r.c nodist_libglusterfs_la_SOURCES = y.tab.c graph.lex.c diff --git a/libglusterfs/src/compat.c b/libglusterfs/src/compat.c index 2f02eeac5..eb6d8d4b7 100644 --- a/libglusterfs/src/compat.c +++ b/libglusterfs/src/compat.c @@ -543,10 +543,3 @@ strnlen(const char *string, size_t maxlen) return len; } #endif /* STRNLEN */ - -#ifdef THREAD_UNSAFE_BASENAME -#include "../../contrib/libgen/basename_r.c" -#endif -#ifdef THREAD_UNSAFE_DIRNAME -#include "../../contrib/libgen/dirname_r.c" -#endif -- cgit