Add config.nmake and two Makefile.nmake's to the list of deliverables.
authorGilbert Ramirez <gram@alumni.rice.edu>
Fri, 3 Mar 2000 12:01:22 +0000 (12:01 -0000)
committerGilbert Ramirez <gram@alumni.rice.edu>
Fri, 3 Mar 2000 12:01:22 +0000 (12:01 -0000)
svn path=/trunk/; revision=1690

Makefile.am
plugins/Makefile.am
plugins/gryphon/Makefile.am

index 4e0aeb5d75b2ec66ff5041dedd7759b8efa2b59b..89aa4ebad225d12659762c2403abdafb5efa6809 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile.am
 # Automake file for Ethereal
 #
-# $Id: Makefile.am,v 1.173 2000/03/02 07:27:56 guy Exp $
+# $Id: Makefile.am,v 1.174 2000/03/03 12:00:28 gram Exp $
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@zing.org>
@@ -462,6 +462,7 @@ DISTCLEANFILES =    \
 
 EXTRA_DIST = \
        config.h.win32          \
+       config.nmake            \
        debian/README.debian    \
        debian/changelog        \
        debian/control          \
index 5a43d5a88c63438db249b5d6bc513b1209c9d6b5..db536189e62cb6b8577241545501c299964eb28e 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile.am
 # Automake file for Ethereal
 #
-# $Id: Makefile.am,v 1.3 2000/02/15 21:06:39 gram Exp $
+# $Id: Makefile.am,v 1.4 2000/03/03 12:00:49 gram Exp $
 #
 # Ethereal - Network traffic analyzer
 # By Gerald Combs <gerald@zing.org>
@@ -28,4 +28,5 @@ plugindir = @PLUGIN_DIR@
 
 EXTRA_DIST = \
        plugin_api.c    \
-       plugin_api.h
+       plugin_api.h    \
+       Makefile.nmake
index ba1a6f53f3b4282040d3ae758a66f811b0993462..b464e34826776f0b56ab01d4d0fc4248bf38c032 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile.am
 # Automake file for Ethereal/Gryphon
 #
-# $Id: Makefile.am,v 1.5 2000/02/10 22:54:50 gerald Exp $
+# $Id: Makefile.am,v 1.6 2000/03/03 12:01:22 gram Exp $
 #
 # Ethereal - Network traffic analyzer
 # By Steve Limkemann <stevelim@dgtech.com>
@@ -39,3 +39,6 @@ LIBS =
 CLEANFILES = \
        gryphon \
        *~
+
+EXTRA_DIST = \
+       Makefile.nmake