From 25def853cf49e81538c62d2839bce2cf74b3cd37 Mon Sep 17 00:00:00 2001 From: Uwe Girlich Date: Mon, 9 Jul 2001 13:21:02 +0000 Subject: C sources are in $(srcdir) and not the current directory svn path=/trunk/; revision=3671 --- plugins/gryphon/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/gryphon') 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 @@ -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 \ -- cgit v1.2.1