X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=8f6832cae9fc29b2e62c1b862824033ee0c9e0b1;hb=57d662d370c9d2edca7fff9db130bb216e2cc4aa;hp=f666b13758b6bf800ed131376f46780acc340640;hpb=283635ee323386a777d5846f3ec82f1fe22cfb6b;p=catagits%2Ffcgi2.git diff --git a/Makefile.am b/Makefile.am index f666b13..8f6832c 100755 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,14 @@ # # Makefile for FastCGI development kit # -# $Id: Makefile.am,v 1.7 2001/12/22 13:05:39 robs Exp $ +# $Id: Makefile.am,v 1.8 2003/11/02 21:42:47 robs Exp $ # SUBDIRS = libfcgi cgi-fcgi examples include include_HEADERS = fcgi_config.h -EXTRA_DIST = LICENSE.TERMS \ +EXTRA_DIST = LICENSE \ Makefile.nt \ cgi-fcgi/cgi-fcgi.mak \ examples/authorizer.mak \ @@ -52,6 +52,7 @@ EXTRA_DIST = LICENSE.TERMS \ Win32/FastCGI.dsw \ Win32/authorizer.dsp \ Win32/cgifcgi.dsp \ + Win32/config_h.dsp \ Win32/echo-cpp.dsp \ Win32/echo.dsp \ Win32/echox.dsp \