source: rtems/cpukit/httpd/Makefile.am @ ee75aad

4.104.115
Last change on this file since ee75aad was c2b3e17, checked in by Joel Sherrill <joel.sherrill@…>, on 12/06/07 at 15:19:08

2007-12-06 Joel Sherrill <joel.sherrill@…>

  • httpd/Makefile.am, httpd/preinstall.am: rtems_webserver.h must be installed. It is the initialization interface for both GoAhead? and Simple HTTPD.
  • Property mode set to 100644
File size: 807 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7AM_CPPFLAGS += -DWEBS -DUEMF
8
9if LIBNETWORKING
10## Always install this header file.  Both webservers use it.
11include_HEADERS = rtems_webserver.h
12
13if HAS_PTHREADS
14include_goaheaddir = $(includedir)/goahead
15
16include_goahead_HEADERS = ej.h ejIntrn.h emfdb.h md5.h uemf.h um.h webs.h \
17    wsIntrn.h
18
19project_lib_LIBRARIES = libhttpd.a
20libhttpd_a_SOURCES = asp.c balloc.c default.c ejlex.c ejparse.c emfdb.c \
21    form.c h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c \
22    security.c sock.c socket.c sym.c uemf.c um.c url.c value.c wbase64.c \
23    webrom.c webs.c websuemf.c webmain.c
24libhttpd_a_CPPFLAGS = $(AM_CPPFLAGS)
25endif
26endif
27
28EXTRA_DIST = webcomp.c webpage.c
29
30include $(srcdir)/preinstall.am
31include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.