summaryrefslogtreecommitdiffstats
path: root/clientcomm
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-06 16:32:42 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 20:57:50 +0100
commit5e7d86502db944b9b9b9f51c72822e3b0e45f215 (patch)
tree6bbef894bfacfaeb5c8bb53f894a53bd098cc2ac /clientcomm
parentcff69928512cf8f8897d1e1c21e1e81a21060d7c (diff)
downloadrasdaman-upstream-5e7d86502db944b9b9b9f51c72822e3b0e45f215.tar.gz
rasdaman-upstream-5e7d86502db944b9b9b9f51c72822e3b0e45f215.tar.xz
rasdaman-upstream-5e7d86502db944b9b9b9f51c72822e3b0e45f215.zip
build: Use libtool for building all libraries
Diffstat (limited to 'clientcomm')
-rw-r--r--clientcomm/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/clientcomm/Makefile.am b/clientcomm/Makefile.am
index 3e1c03b..c2e6f43 100644
--- a/clientcomm/Makefile.am
+++ b/clientcomm/Makefile.am
@@ -29,9 +29,9 @@
#
##################################################################
-pkglib_LIBRARIES=libclientcomm.a
-nodist_libclientcomm_a_SOURCES = rpcif_clnt.cc rpcif_xdr.c rpcif.h
-libclientcomm_a_SOURCES = clientcomm.cc clientcomm.hh rpcclientcomm.cc \
+pkglib_LTLIBRARIES = libclientcomm.la
+nodist_libclientcomm_la_SOURCES = rpcif_clnt.cc rpcif_xdr.c rpcif.h
+libclientcomm_la_SOURCES = clientcomm.cc clientcomm.hh rpcclientcomm.cc \
rpcclientcomm.hh clientcomm.icc \
../mymalloc/mymalloc_cln.cc ../mymalloc/mymalloc.h \
../rnprotocol/rnprotocol.cc \
@@ -44,11 +44,11 @@ libclientcomm_a_SOURCES = clientcomm.cc clientcomm.hh rpcclientcomm.cc \
../rnprotocol/rnpclientcomm.cc \
../rnprotocol/rnpclientcomm2.cc \
../rnprotocol/rnpclientcomm.hh
-libclientcomm_a_CPPFLAGS = $(AM_CPPFLAGS)
-libclientcomm_a_CPPFLAGS += -I$(top_srcdir)/rnprotocol
-libclientcomm_a_CPPFLAGS += $(CLIENT_CPPFLAGS)
+libclientcomm_la_CPPFLAGS = $(AM_CPPFLAGS)
+libclientcomm_la_CPPFLAGS += -I$(top_srcdir)/rnprotocol
+libclientcomm_la_CPPFLAGS += $(CLIENT_CPPFLAGS)
-EXTRA_libclientcomm_a_SOURCES = rpcif.x
+EXTRA_libclientcomm_la_SOURCES = rpcif.x
BUILT_SOURCES =
CLEANFILES =