diff options
author | Amar Tumballi <amar@gluster.com> | 2010-09-03 14:10:03 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-04 01:45:49 -0700 |
commit | 1972bd268f1a989d063701de2afee73c15059e01 (patch) | |
tree | 1eb10b62ff4c6550984e24ec9c2dd0d91532122c /configure.ac | |
parent | 4432f46fa75bf62a6a8e9295f9792a73589f924b (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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index cdeadb2b1..81f58317d 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 |