aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-10-19 07:18:19 +0000
committerGuy Harris <guy@alum.mit.edu>2000-10-19 07:18:19 +0000
commitd4f5b852d98a05e2c12959e667042f14526b6038 (patch)
tree138573a0661789c04f91fb175c23ba59c187fab2 /epan/Makefile.am
parentc4e96b73e2e4d1295e65e308e8f321225a85747e (diff)
There's no "exception.h" header file in "epan", but there is
"exceptions.h". svn path=/trunk/; revision=2514
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index d1c2610f4f..d637180dac 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -2,7 +2,7 @@
# Automake file for the EPAN library
# (Ethereal Protocol ANalyzer Library)
#
-# $Id: Makefile.am,v 1.11 2000/10/17 09:25:36 guy Exp $
+# $Id: Makefile.am,v 1.12 2000/10/19 07:18:19 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -48,7 +48,7 @@ libethereal_a_SOURCES = \
epan.h \
except.c \
except.h \
- exception.h \
+ exceptions.h \
filesystem.c \
filesystem.h \
ipv4.c \