diff options
author | Anand Avati <avati@redhat.com> | 2012-07-12 15:37:38 -0700 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-07-18 12:10:44 -0700 |
commit | 2475e0193c4b4a37028bd8168113d6cd6949fe0e (patch) | |
tree | cc11b8a64601a94ac9c0603e3bc12eee9c796b56 /Makefile.am | |
parent | 162505c019934c13aadf63ed82d4532d5cf5ca82 (diff) |
gfapi: API/library for accessing gluster volumes
Change-Id: Ie4cbcf91b58218bebf23cf951c313aceeb29f311
BUG: 839950
Signed-off-by: Anand Avati <avati@redhat.com>
Reviewed-on: http://review.gluster.com/3664
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Reviewed-by: Bharata B Rao <bharata.rao@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6693bb8767a..3cdd4dfb3b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ EXTRA_DIST = autogen.sh COPYING-GPLV2 COPYING-LGPLV3 INSTALL README AUTHORS THANKS NEWS glusterfs.spec -SUBDIRS = argp-standalone libglusterfs rpc xlators glusterfsd $(FUSERMOUNT_SUBDIR) doc extras cli +SUBDIRS = argp-standalone libglusterfs rpc api xlators glusterfsd \ + $(FUSERMOUNT_SUBDIR) doc extras cli CLEANFILES = |