From fe134d4b0b675f13f3c2aa1152a1380be7192ced Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Tue, 16 Jun 2009 10:34:44 +0000 Subject: Remove the trailing "/" which fails build with new version of automake Signed-off-by: Anand V. Avati --- transport/socket/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transport/socket') diff --git a/transport/socket/src/Makefile.am b/transport/socket/src/Makefile.am index e112921232c..1832587a6de 100644 --- a/transport/socket/src/Makefile.am +++ b/transport/socket/src/Makefile.am @@ -1,7 +1,7 @@ noinst_HEADERS = socket.h name.h transport_LTLIBRARIES = socket.la -transportdir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/transport/ +transportdir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/transport socket_la_LDFLAGS = -module -avoidversion -- cgit