source: rtems/cpukit/mghttpd/Makefile.am @ 2d7ae960

4.115
Last change on this file since 2d7ae960 was 390631d3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/17/09 at 16:55:52

New.

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