From 5e7d86502db944b9b9b9f51c72822e3b0e45f215 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 6 Mar 2011 16:32:42 +0100 Subject: build: Use libtool for building all libraries --- rasmgr/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rasmgr') 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 -- cgit