aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/lwres
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2003-08-06 03:04:24 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2003-08-06 03:04:24 +0000
commit1e1a10881199244902192380f6199be1ba013fed (patch)
tree9172237385fa096d28a9e6eded9a13cc062fa7ad /plugins/lwres
parent6f9d3b35fd9c653bc27968adb3d048b50a5d68cc (diff)
Remove the reference to the nonexistent packet-lwres.h; it was tripping up
distcheck. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8141 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/lwres')
-rw-r--r--plugins/lwres/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/lwres/Makefile.am b/plugins/lwres/Makefile.am
index bddeb8e388..b961e78cd7 100644
--- a/plugins/lwres/Makefile.am
+++ b/plugins/lwres/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal/lwres
#
-# $Id: Makefile.am,v 1.1 2003/08/05 05:03:30 guy Exp $
+# $Id: Makefile.am,v 1.2 2003/08/06 03:04:24 gerald Exp $
#
# Ethereal - Network traffic analyzer / light waight resolver (part of Bind9)
# By Steve Oleg Terletsky <oleg.terletsky@comverse.com>
@@ -27,7 +27,7 @@ INCLUDES = -I$(top_srcdir)
plugindir = @plugindir@
plugin_LTLIBRARIES = lwres.la
-lwres_la_SOURCES = packet-lwres.c packet-lwres.h moduleinfo.h
+lwres_la_SOURCES = packet-lwres.c moduleinfo.h
lwres_la_LDFLAGS = -module -avoid-version
# Libs must be cleared, or else libtool won't create a shared module.