summaryrefslogtreecommitdiffstats
path: root/httpserver/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'httpserver/Makefile.am')
-rw-r--r--httpserver/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpserver/Makefile.am b/httpserver/Makefile.am
index 94d883b..21dad8c 100644
--- a/httpserver/Makefile.am
+++ b/httpserver/Makefile.am
@@ -24,7 +24,7 @@
#
##################################################################
-noinst_LIBRARIES=libhttpserver.a
+lib_LIBRARIES=libhttpserver.a
AM_CFLAGS=$(CXXFLAGS)
libhttpserver_a_SOURCES= types.h http.h server.h defs.h http-defs.h protos.h \
logging.cc signals.cc config.cc support.cc childs.cc init.cc \