aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-04-02 20:21:45 +0000
committerGuy Harris <guy@alum.mit.edu>2003-04-02 20:21:45 +0000
commit7e4d87a0d0ec668ec30aa122f7783f499f3360f5 (patch)
treebb55b337f15e1598a7d5bac6b8f4348350607597 /wiretap/Makefile.am
parent6fb130ea566998c87fd300b91eb5e80ad76ab1d3 (diff)
Add a new README.developer file for wiretap; it's currently just some
stuff I sent out in a mail message to somebody asking how to add support for a new file format, but hopefully it'll get improved by various contributors over time (hint hint). svn path=/trunk/; revision=7397
Diffstat (limited to 'wiretap/Makefile.am')
-rw-r--r--wiretap/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index e1c88a9e69..17ef37b30f 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -1,12 +1,11 @@
# Makefile.am
# Automake file for Wiretap
#
-# $Id: Makefile.am,v 1.39 2002/07/31 19:27:56 guy Exp $
+# $Id: Makefile.am,v 1.40 2003/04/02 20:21:45 guy Exp $
#
# Ethereal - Network traffic analyzer
-# By Gerald Combs <gerald@zing.org>
+# By Gerald Combs <gerald@ethereal.com>
# Copyright 1998 Gerald Combs
-#
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@@ -88,6 +87,7 @@ libwiretap_a_SOURCES = \
wtap-int.h
EXTRA_DIST = \
+ README.developer \
ascend-grammar.c \
ascend-grammar.h \
ascend-scanner.c \