summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gryphon/Makefile.am4
-rw-r--r--plugins/mgcp/Makefile.am4
2 files changed, 4 insertions, 4 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 \
diff --git a/plugins/mgcp/Makefile.am b/plugins/mgcp/Makefile.am
index 52e56f997b..84d557312e 100644
--- a/plugins/mgcp/Makefile.am
+++ b/plugins/mgcp/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal/Gryphon
#
-# $Id: Makefile.am,v 1.2 2001/07/08 21:51:33 hagbard Exp $
+# $Id: Makefile.am,v 1.3 2001/07/09 13:21:02 girlich Exp $
#
# Ethereal - Network traffic analyzer
# By Steve Limkemann <stevelim@dgtech.com>
@@ -39,7 +39,7 @@ LIBS =
noinst_PROGRAMS = packet-mgcp-static.o
packet-mgcp-static.o: packet-mgcp.c moduleinfo.h
- $(LTCOMPILE) -c -o packet-mgcp-static.o -D__ETHEREAL_STATIC__ packet-mgcp.c
+ $(LTCOMPILE) -c -o packet-mgcp-static.o -D__ETHEREAL_STATIC__ $(srcdir)/packet-mgcp.c
CLEANFILES = \
mgcp \