aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-02-21 02:15:07 +0000
committerGuy Harris <guy@alum.mit.edu>2004-02-21 02:15:07 +0000
commit83634f54c7513d4300cfeb7046ed81ef682a321d (patch)
treef03010f140c0d14d34e24452b6be237db29f625a /Makefile.common
parent58df4b6f4ae1d94a62b02c8d353f065e081feaea (diff)
Add routines that can be called from dissectors to report file open and
read errors; there are separate implementations for Ethereal (pops up an alert box) and Tethereal (prints an error message). Use those routines in the ASN.1 dissector. svn path=/trunk/; revision=10152
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index ce01847be0..2bff5f88b8 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: Makefile.common,v 1.17 2004/02/20 21:25:15 gerald Exp $
+# $Id: Makefile.common,v 1.18 2004/02/21 02:15:05 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -752,6 +752,7 @@ ethereal_SOURCES = \
progress_dlg.h \
proto_hier_stats.h \
proto_hier_stats.c \
+ report_err.h \
simple_dialog.h \
statusbar.h \
summary.c \