source: rtems/cpukit/mghttpd/Makefile.am @ 121dd881

4.115
Last change on this file since 121dd881 was cb7b57e1, checked in by Joel Sherrill <joel.sherrill@…>, on 10/03/12 at 16:09:32

mghttpd: Requires POSIX to build server and tests

Formerly, mghttpd was conditional only on networking being
enabled. It uses on pthread and must also be conditional
on POSIX threads support being enabled.

  • Property mode set to 100644
File size: 456 bytes
Line 
1include $(top_srcdir)/automake/compile.am
2
3if LIBNETWORKING
4if HAS_PTHREADS
5include_mghttpddir = $(includedir)/mghttpd
6
7project_lib_LIBRARIES = libmghttpd.a
8libmghttpd_a_CPPFLAGS = $(AM_CPPFLAGS)
9# libmghttpd_a_CPPFLAGS += -DHAVE_MD5
10libmghttpd_a_CPPFLAGS += -DNO_SSL -DNO_POPEN -DNO_CGI
11
12libmghttpd_a_SOURCES = mongoose.c mongoose.h
13include_mghttpd_HEADERS = mongoose.h
14endif
15endif
16
17include $(srcdir)/preinstall.am
18include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.