Add config.nmake and two Makefile.nmake's to the list of deliverables.

svn path=/trunk/; revision=1690
This commit is contained in:
Gilbert Ramirez 2000-03-03 12:01:22 +00:00
parent ff35509887
commit a3256bd288
3 changed files with 9 additions and 4 deletions

View 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 \

View 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

View 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