diff options
author | Uwe Girlich <Uwe.Girlich@philosys.de> | 2001-07-09 13:21:02 +0000 |
---|---|---|
committer | Uwe Girlich <Uwe.Girlich@philosys.de> | 2001-07-09 13:21:02 +0000 |
commit | 25def853cf49e81538c62d2839bce2cf74b3cd37 (patch) | |
tree | 378d3b5771461c7cd34078d73ddc3df27665dc7b /plugins | |
parent | 6486a2216c00a834e82f56200f3051af0830bb5c (diff) | |
download | wireshark-25def853cf49e81538c62d2839bce2cf74b3cd37.tar.gz wireshark-25def853cf49e81538c62d2839bce2cf74b3cd37.tar.bz2 wireshark-25def853cf49e81538c62d2839bce2cf74b3cd37.zip |
C sources are in $(srcdir) and not the current directory
svn path=/trunk/; revision=3671
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/gryphon/Makefile.am | 4 | ||||
-rw-r--r-- | plugins/mgcp/Makefile.am | 4 |
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 \ |