X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=8f6832cae9fc29b2e62c1b862824033ee0c9e0b1;hb=57d662d370c9d2edca7fff9db130bb216e2cc4aa;hp=0ecfc53f59849c77b89a6648487536c01cf1c05e;hpb=71c4e1fe7eea47a8e72f49f29f9e7b565b3fc672;p=catagits%2Ffcgi2.git diff --git a/Makefile.am b/Makefile.am index 0ecfc53..8f6832c 100755 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,14 @@ # # Makefile for FastCGI development kit # -# $Id: Makefile.am,v 1.6 2001/12/22 03:13:06 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 \ @@ -31,6 +31,8 @@ EXTRA_DIST = LICENSE.TERMS \ java/FCGIMessage.java \ java/FCGIOutputStream.java \ java/FCGIRequest.java \ + libfcgi/os_unix.c \ + libfcgi/os_win32.c \ perl/ChangeLog \ perl/FCGI.PL \ perl/FCGI.XL \ @@ -50,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 \