source: rtems/cpukit/httpd/Makefile.am @ 54650f51

4.104.114.84.95
Last change on this file since 54650f51 was 4e97166, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 09:57:43

Remove all-local.

  • Property mode set to 100644
File size: 743 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7AM_CPPFLAGS += -DWEBS -DUEMF
8
9if HAS_NETWORKING
10if HAS_POSIX
11include_goaheaddir = $(includedir)/goahead
12
13include_HEADERS = rtems_webserver.h
14include_goahead_HEADERS = ej.h ejIntrn.h emfdb.h md5.h uemf.h um.h webs.h \
15    wsIntrn.h
16
17project_lib_LIBRARIES = libhttpd.a
18libhttpd_a_SOURCES = asp.c balloc.c default.c ejlex.c ejparse.c emfdb.c \
19    form.c h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c \
20    security.c sock.c socket.c sym.c uemf.c um.c url.c value.c wbase64.c \
21    webrom.c webs.c websuemf.c webmain.c
22libhttpd_a_CPPFLAGS = $(AM_CPPFLAGS)
23endif
24endif
25
26EXTRA_DIST = webcomp.c webpage.c
27
28include $(srcdir)/preinstall.am
29include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.