Fixed the make dist problem.

svn path=/trunk/; revision=3676
This commit is contained in:
Ed Warnicke 2001-07-10 13:18:43 +00:00
parent 9e6250e336
commit 188717373e
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
$Id: README.plugins,v 1.1 2001/07/10 01:22:58 hagbard Exp $
$Id: README.plugins,v 1.2 2001/07/10 13:18:41 hagbard Exp $
Plugins
@ -121,7 +121,7 @@ LIBS =
# The following allows a non-plugin version of the module to be built to
# be linked with a static ethereal binary.
#
noinst_PROGRAMS = packet-xxx-static.o
xxx_la_DEPENDENCIES = packet-xxx-static.o
packet-xxx-static.o: packet-xxx.c moduleinfo.h
$(LTCOMPILE) -c -o packet-xxx-static.o -D__ETHEREAL_STATIC__ $(srcdir)/packet-xxx.c

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal/Gryphon
#
# $Id: Makefile.am,v 1.8 2001/07/09 13:21:01 girlich Exp $
# $Id: Makefile.am,v 1.9 2001/07/10 13:18:42 hagbard Exp $
#
# Ethereal - Network traffic analyzer
# By Steve Limkemann <stevelim@dgtech.com>
@ -36,7 +36,7 @@ gryphon_la_LDFLAGS = -module -avoid-version
# add them here.
LIBS =
noinst_PROGRAMS = packet-gryphon-static.o
gryphon_la_DEPENDENCIES = packet-gryphon-static.o
packet-gryphon-static.o: packet-gryphon.c moduleinfo.h
$(LTCOMPILE) -c -o packet-gryphon-static.o -D__ETHEREAL_STATIC__ $(srcdir)/packet-gryphon.c

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal/Gryphon
#
# $Id: Makefile.am,v 1.3 2001/07/09 13:21:02 girlich Exp $
# $Id: Makefile.am,v 1.4 2001/07/10 13:18:43 hagbard Exp $
#
# Ethereal - Network traffic analyzer
# By Steve Limkemann <stevelim@dgtech.com>
@ -36,7 +36,7 @@ mgcp_la_LDFLAGS = -module -avoid-version
# add them here.
LIBS =
noinst_PROGRAMS = packet-mgcp-static.o
mgcp_la_DEPENDENCIES = packet-mgcp-static.o
packet-mgcp-static.o: packet-mgcp.c moduleinfo.h
$(LTCOMPILE) -c -o packet-mgcp-static.o -D__ETHEREAL_STATIC__ $(srcdir)/packet-mgcp.c