Modified Files: Makefile.am
robs [Sat, 22 Dec 2001 13:05:39 +0000 (13:05 +0000)]
Make sure os_win32.c (and os_unix.c) are included in the distribution independent of how it was built.

Makefile.am

index 0ecfc53..f666b13 100755 (executable)
@@ -1,7 +1,7 @@
 #
 #  Makefile for FastCGI development kit
 #
-#  $Id: Makefile.am,v 1.6 2001/12/22 03:13:06 robs Exp $
+#  $Id: Makefile.am,v 1.7 2001/12/22 13:05:39 robs Exp $
 #
 
 SUBDIRS = libfcgi cgi-fcgi examples include
@@ -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               \