From c2b3e1718f30736666d886178adf4c547466f80e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 6 Dec 2007 15:19:08 +0000 Subject: 2007-12-06 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. --- cpukit/httpd/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cpukit/httpd/Makefile.am') diff --git a/cpukit/httpd/Makefile.am b/cpukit/httpd/Makefile.am index 9613466871..7eb2ed7124 100644 --- a/cpukit/httpd/Makefile.am +++ b/cpukit/httpd/Makefile.am @@ -7,10 +7,12 @@ include $(top_srcdir)/automake/compile.am AM_CPPFLAGS += -DWEBS -DUEMF if LIBNETWORKING +## Always install this header file. Both webservers use it. +include_HEADERS = rtems_webserver.h + if HAS_PTHREADS 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 -- cgit v1.2.3