From cd62f6e0b5e82a9e18676b8a7e88ab6538961436 Mon Sep 17 00:00:00 2001 From: Andrei Aiordachioaie Date: Fri, 24 Jul 2009 11:17:29 +0200 Subject: fixed generation of lib/ and include/ folders on install --- httpserver/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httpserver') 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 \ -- cgit