From cf6f21928dbe3489de5dfdc3513f3be5f5ef529d Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Wed, 25 Mar 2009 06:52:05 -0700 Subject: libglusterfsclient code changes - add dentry support to libglusterfsclient. - changes related to using array, to store context in inode instead of dictionary. - code changes related to cleanup of libglusterfsclient interface. - added glusterfs_mkdir and glusterfs_rmdir - other changes in libglusterfsclient to make it work with code changes in other parts of glusterfs. Signed-off-by: Anand V. Avati --- libglusterfsclient/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfsclient/src/Makefile.am') diff --git a/libglusterfsclient/src/Makefile.am b/libglusterfsclient/src/Makefile.am index 8382b2561b1..531f1fbb92f 100644 --- a/libglusterfsclient/src/Makefile.am +++ b/libglusterfsclient/src/Makefile.am @@ -3,7 +3,7 @@ noinst_HEADERS = libglusterfsclient-internals.h libglusterfsclient_HEADERS = libglusterfsclient.h libglusterfsclientdir = $(includedir) -libglusterfsclient_la_SOURCES = libglusterfsclient.c +libglusterfsclient_la_SOURCES = libglusterfsclient.c libglusterfsclient-dentry.c libglusterfsclient_la_CFLAGS = -fPIC -Wall -pthread libglusterfsclient_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la libglusterfsclient_la_CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D$(GF_HOST_OS) -D__USE_FILE_OFFSET64 -D_GNU_SOURCE -I$(top_srcdir)/libglusterfs/src -DDATADIR=\"$(localstatedir)\" -DCONFDIR=\"$(sysconfdir)/glusterfs\" $(GF_CFLAGS) -- cgit