Skip to content

Commit

Permalink
gluster-CLI-and-mgmt-glusterd-added-to-codebase
Browse files Browse the repository at this point in the history
Signed-off-by: Vijay Bellur <[email protected]>
Signed-off-by: Amar Tumballi <[email protected]>
Signed-off-by: Anand V. Avati <[email protected]>

BUG: 971 (dynamic volume management)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971
  • Loading branch information
amarts authored and gluster-ant committed Jul 8, 2010
1 parent 7999124 commit 8b96c03
Show file tree
Hide file tree
Showing 57 changed files with 10,999 additions and 65 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
EXTRA_DIST = autogen.sh COPYING INSTALL README AUTHORS THANKS NEWS glusterfs.spec

SUBDIRS = argp-standalone libglusterfs rpc xlators glusterfsd $(FUSERMOUNT_SUBDIR) doc extras
SUBDIRS = argp-standalone libglusterfs rpc xlators glusterfsd $(FUSERMOUNT_SUBDIR) doc extras cli

CLEANFILES =

Expand Down
3 changes: 3 additions & 0 deletions cli/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SUBDIRS = src

CLEANFILES =
23 changes: 23 additions & 0 deletions cli/src/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
sbin_PROGRAMS = gluster

gluster_SOURCES = cli.c registry.c input.c cli-cmd.c cli-rl.c \
cli-cmd-volume.c cli-cmd-probe.c cli3_1-cops.c cli-cmd-parser.c

gluster_LDADD = $(top_builddir)/libglusterfs/src/libglusterfs.la $(GF_LDADD)\
$(RLLIBS) $(top_builddir)/xlators/protocol/lib/src/libgfproto1.la\
$(top_builddir)/rpc/rpc-lib/src/libgfrpc.la

gluster_LDFLAGS = $(GF_LDFLAGS) $(GF_GLUSTERFS_LDFLAGS)
noinst_HEADERS = cli.h cli-mem-types.h cli-cmd.h

AM_CFLAGS = -fPIC -Wall -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D$(GF_HOST_OS)\
-I$(top_srcdir)/libglusterfs/src -I$(top_srcdir)/rpc/rpc-lib/src\
-I$(top_srcdir)/xlators/protocol/lib/src\
-DDATADIR=\"$(localstatedir)\" \
-DCONFDIR=\"$(sysconfdir)/glusterfs\" $(GF_GLUSTERFS_CFLAGS)


CLEANFILES =

$(top_builddir)/libglusterfs/src/libglusterfs.la:
$(MAKE) -C $(top_builddir)/libglusterfs/src/ all
Loading

0 comments on commit 8b96c03

Please sign in to comment.