From d4f5b852d98a05e2c12959e667042f14526b6038 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 19 Oct 2000 07:18:19 +0000 Subject: There's no "exception.h" header file in "epan", but there is "exceptions.h". svn path=/trunk/; revision=2514 --- epan/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/Makefile.am') 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 @@ -48,7 +48,7 @@ libethereal_a_SOURCES = \ epan.h \ except.c \ except.h \ - exception.h \ + exceptions.h \ filesystem.c \ filesystem.h \ ipv4.c \ -- cgit v1.2.3