summaryrefslogtreecommitdiff
path: root/plugins/gryphon
diff options
context:
space:
mode:
authorUwe Girlich <Uwe.Girlich@philosys.de>2001-07-09 13:21:02 +0000
committerUwe Girlich <Uwe.Girlich@philosys.de>2001-07-09 13:21:02 +0000
commit25def853cf49e81538c62d2839bce2cf74b3cd37 (patch)
tree378d3b5771461c7cd34078d73ddc3df27665dc7b /plugins/gryphon
parent6486a2216c00a834e82f56200f3051af0830bb5c (diff)
downloadwireshark-25def853cf49e81538c62d2839bce2cf74b3cd37.tar.gz
C sources are in $(srcdir) and not the current directory
svn path=/trunk/; revision=3671
Diffstat (limited to 'plugins/gryphon')
-rw-r--r--plugins/gryphon/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gryphon/Makefile.am b/plugins/gryphon/Makefile.am
index eb4f77b53b..5c9d485d92 100644
--- a/plugins/gryphon/Makefile.am
+++ b/plugins/gryphon/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal/Gryphon
#
-# $Id: Makefile.am,v 1.7 2001/07/08 21:51:32 hagbard Exp $
+# $Id: Makefile.am,v 1.8 2001/07/09 13:21:01 girlich Exp $
#
# Ethereal - Network traffic analyzer
# By Steve Limkemann <stevelim@dgtech.com>
@@ -39,7 +39,7 @@ LIBS =
noinst_PROGRAMS = packet-gryphon-static.o
packet-gryphon-static.o: packet-gryphon.c moduleinfo.h
- $(LTCOMPILE) -c -o packet-gryphon-static.o -D__ETHEREAL_STATIC__ packet-gryphon.c
+ $(LTCOMPILE) -c -o packet-gryphon-static.o -D__ETHEREAL_STATIC__ $(srcdir)/packet-gryphon.c
CLEANFILES = \
gryphon \