summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/Makefile.am
blob: a1aa779bf405b197c4f21a57bc0571b9e350456c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
##
## $Id$
##

include $(top_srcdir)/automake/compile.am

AM_CPPFLAGS += -DWEBS -DUEMF

if HAS_NETWORKING
if HAS_POSIX
include_goaheaddir = $(includedir)/goahead

include_HEADERS = rtems_webserver.h
include_goahead_HEADERS = ej.h ejIntrn.h emfdb.h md5.h uemf.h um.h webs.h \
    wsIntrn.h

project_lib_LIBRARIES = libhttpd.a
libhttpd_a_SOURCES = asp.c balloc.c default.c ejlex.c ejparse.c emfdb.c \
    form.c h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c \
    security.c sock.c socket.c sym.c uemf.c um.c url.c value.c wbase64.c \
    webrom.c webs.c websuemf.c webmain.c
libhttpd_a_CPPFLAGS = $(AM_CPPFLAGS)
endif
endif

EXTRA_DIST = webcomp.c webpage.c

include $(srcdir)/preinstall.am
include $(top_srcdir)/automake/local.am