summaryrefslogtreecommitdiffstats
path: root/cpukit/mghttpd/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/mghttpd/Makefile.am')
-rw-r--r--cpukit/mghttpd/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/mghttpd/Makefile.am b/cpukit/mghttpd/Makefile.am
index e4ed9fdee1..78af78d185 100644
--- a/cpukit/mghttpd/Makefile.am
+++ b/cpukit/mghttpd/Makefile.am
@@ -1,6 +1,7 @@
include $(top_srcdir)/automake/compile.am
if LIBNETWORKING
+if HAS_PTHREADS
include_mghttpddir = $(includedir)/mghttpd
project_lib_LIBRARIES = libmghttpd.a
@@ -11,6 +12,7 @@ libmghttpd_a_CPPFLAGS += -DNO_SSL -DNO_POPEN -DNO_CGI
libmghttpd_a_SOURCES = mongoose.c mongoose.h
include_mghttpd_HEADERS = mongoose.h
endif
+endif
include $(srcdir)/preinstall.am
include $(top_srcdir)/automake/local.am