summaryrefslogtreecommitdiffstats
path: root/servercomm
diff options
context:
space:
mode:
Diffstat (limited to 'servercomm')
-rw-r--r--servercomm/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/servercomm/Makefile.am b/servercomm/Makefile.am
index 5c18776..7e0c1a8 100644
--- a/servercomm/Makefile.am
+++ b/servercomm/Makefile.am
@@ -31,7 +31,7 @@
AM_CXXFLAGS=@BASEDBCXXFLAGS@
AM_LDFLAGS=@BASEDBLDFLAGS@
-noinst_LIBRARIES=libservercomm.a
+lib_LIBRARIES=libservercomm.a
libservercomm_a_SOURCES=../clientcomm/rpcif_xdr.c ../clientcomm/rpcif_svc.cc servercomm.cc \
servercomm2.cc manager.cc callbackmgr.cc httpserver.cc \
../mymalloc/mymalloc_svc.cc ../mymalloc/mymalloc.h \