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
This commit is contained in:
Amar Tumballi 2010-09-03 14:10:03 +00:00 committed by Vijay Bellur
parent 4432f46fa7
commit 1972bd268f
2 changed files with 1 additions and 13 deletions

View File

@ -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

View File

@ -1 +1 @@
SUBDIRS = auth legacy client server
SUBDIRS = auth client server