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 /xlators/protocol | |
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 'xlators/protocol')
-rw-r--r-- | xlators/protocol/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |