diff options
author | Harshavardhana <harsha@zresearch.com> | 2009-06-16 10:34:44 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-06-18 15:54:12 -0700 |
commit | cc931ebf51e7a810e08155ba0b916b10f25d7f16 (patch) | |
tree | f6bc90d915dcbc632c5a9691fd6e00a25723ba5c /transport | |
parent | a3864e8054cd047a004c7705c27b64b28912d947 (diff) |
Remove the trailing "/" which fails build with new version of automake
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
Diffstat (limited to 'transport')
-rw-r--r-- | transport/ib-verbs/src/Makefile.am | 2 | ||||
-rw-r--r-- | transport/socket/src/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/transport/ib-verbs/src/Makefile.am b/transport/ib-verbs/src/Makefile.am index 83b610b9c..1baf080f2 100644 --- a/transport/ib-verbs/src/Makefile.am +++ b/transport/ib-verbs/src/Makefile.am @@ -1,7 +1,7 @@ noinst_HEADERS = ib-verbs.h name.h transport_LTLIBRARIES = ib-verbs.la -transportdir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/transport/ +transportdir = $(libdir)/glusterfs/$(PACKAGE_VERSION)/transport ib_verbs_la_LDFLAGS = -module -avoidversion diff --git a/transport/socket/src/Makefile.am b/transport/socket/src/Makefile.am index e11292123..1832587a6 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 |