diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-03-03 12:01:22 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-03-03 12:01:22 +0000 |
commit | a3256bd2883db39e411de4d3fe2fcfe7b226d907 (patch) | |
tree | 0c2bbc2aa21f11bee7bf0c37d3ac3c9ee174858d /plugins | |
parent | ff35509887c4b5e3b79043d73a2c1ca325024a9a (diff) | |
download | wireshark-a3256bd2883db39e411de4d3fe2fcfe7b226d907.tar.gz wireshark-a3256bd2883db39e411de4d3fe2fcfe7b226d907.tar.bz2 wireshark-a3256bd2883db39e411de4d3fe2fcfe7b226d907.zip |
Add config.nmake and two Makefile.nmake's to the list of deliverables.
svn path=/trunk/; revision=1690
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 5 | ||||
-rw-r--r-- | plugins/gryphon/Makefile.am | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 5a43d5a88c..db536189e6 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 <gerald@zing.org> @@ -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 ba1a6f53f3..b464e34826 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 <stevelim@dgtech.com> @@ -39,3 +39,6 @@ LIBS = CLEANFILES = \ gryphon \ *~ + +EXTRA_DIST = \ + Makefile.nmake |