summaryrefslogtreecommitdiffstats
path: root/rasmgr
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 /rasmgr
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 'rasmgr')
-rw-r--r--rasmgr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/rasmgr/Makefile.am b/rasmgr/Makefile.am
index 120d24f..3361f93 100644
--- a/rasmgr/Makefile.am
+++ b/rasmgr/Makefile.am
@@ -35,7 +35,7 @@ rasmgr_SOURCES=ras_crypto.cc rasmgr_config.cc rasmgr_host.cc rasmgr_main.cc rasm
rasmgr.hh rasmgr_protocol.hh rasmgr_master.hh \
../mymalloc/mymalloc_cln.cc ../mymalloc/mymalloc.h
-rasmgr_LDADD= ../raslib/libraslib.a ../network/libnetwork.a ../commline/libcommline.a
+rasmgr_LDADD= ../raslib/libraslib.la ../network/libnetwork.la ../commline/libcommline.la
SUBDIRS=../network ../commline