diff --git a/Makefile.am b/Makefile.am index 4e0aeb5d75b..89aa4ebad22 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 @@ -462,6 +462,7 @@ DISTCLEANFILES = \ EXTRA_DIST = \ config.h.win32 \ + config.nmake \ debian/README.debian \ debian/changelog \ debian/control \ diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 5a43d5a88c6..db536189e62 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -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 @@ -28,4 +28,5 @@ plugindir = @PLUGIN_DIR@ EXTRA_DIST = \ plugin_api.c \ - plugin_api.h + plugin_api.h \ + Makefile.nmake diff --git a/plugins/gryphon/Makefile.am b/plugins/gryphon/Makefile.am index ba1a6f53f3b..b464e348267 100644 --- a/plugins/gryphon/Makefile.am +++ b/plugins/gryphon/Makefile.am @@ -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 @@ -39,3 +39,6 @@ LIBS = CLEANFILES = \ gryphon \ *~ + +EXTRA_DIST = \ + Makefile.nmake