summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2010-09-03 14:10:03 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-09-04 01:45:49 -0700
commit1972bd268f1a989d063701de2afee73c15059e01 (patch)
tree1eb10b62ff4c6550984e24ec9c2dd0d91532122c
parent4432f46fa75bf62a6a8e9295f9792a73589f924b (diff)
remove legacy/protocol from the build
* as its no more valid after gfid changes Signed-off-by: Amar Tumballi <amar@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 971 (dynamic volume management) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971
-rw-r--r--configure.ac12
-rw-r--r--xlators/protocol/Makefile.am2
2 files changed, 1 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index cdeadb2b1c8..81f58317d3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,18 +75,6 @@ AC_CONFIG_FILES([Makefile
xlators/debug/io-stats/Makefile
xlators/debug/io-stats/src/Makefile
xlators/protocol/Makefile
- xlators/protocol/legacy/Makefile
- xlators/protocol/legacy/lib/Makefile
- xlators/protocol/legacy/lib/src/Makefile
- xlators/protocol/legacy/transport/Makefile
- xlators/protocol/legacy/transport/socket/Makefile
- xlators/protocol/legacy/transport/socket/src/Makefile
- xlators/protocol/legacy/transport/ib-verbs/Makefile
- xlators/protocol/legacy/transport/ib-verbs/src/Makefile
- xlators/protocol/legacy/client/Makefile
- xlators/protocol/legacy/client/src/Makefile
- xlators/protocol/legacy/server/Makefile
- xlators/protocol/legacy/server/src/Makefile
xlators/protocol/auth/Makefile
xlators/protocol/auth/addr/Makefile
xlators/protocol/auth/addr/src/Makefile
diff --git a/xlators/protocol/Makefile.am b/xlators/protocol/Makefile.am
index 782567c8071..91b03b1416a 100644
--- a/xlators/protocol/Makefile.am
+++ b/xlators/protocol/Makefile.am
@@ -1 +1 @@
-SUBDIRS = auth legacy client server
+SUBDIRS = auth client server