Ignore:
Timestamp:
2009-02-10T09:53:43+13:00 (15 years ago)
Author:
davidb
Message:

Addition of Apache's httpd web server (version 2.x) into runtime-src packages; plus changes to configure and Makefile.in scripts

Location:
gsdl/trunk/runtime-src/packages
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/packages/Makefile.in

    r16568 r18483  
    2828USE_Z3950=@USE_Z3950@
    2929USE_YAZ=@USE_YAZ@
     30USE_APACHE_HTTPD=@USE_APACHE_HTTPD@
    3031
    3132ifeq ($(USE_Z3950), 1)
     
    5758endif
    5859
     60
     61ifeq ($(USE_APACHE_HTTPD), 1)
     62HTTPD=apache-httpd/httpd-2.2.11
     63else
     64HTTPD=
     65endif
     66
     67
    5968# PACKAGEDIRS contains the packages that we want to make and install.  It
    6069# is assumed that each package will have at least four rules: all, install,
    6170# clean, and distclean.
    62 PACKAGEDIRS =   $(YAZ) $(D2M) $(CORBA)
     71PACKAGEDIRS =   $(YAZ) $(D2M) $(CORBA)  $(HTTPD)
    6372
    6473
Note: See TracChangeset for help on using the changeset viewer.