From Didier Gautheron: the files being processed by make-tapreg-dotc are

in srcdir, not top_srcdir.

svn path=/trunk/; revision=7551
This commit is contained in:
Guy Harris 2003-04-24 18:30:52 +00:00
parent c8e3705196
commit 5f13ab0115
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for the GTK interface routines for Ethereal
#
# $Id: Makefile.am,v 1.57 2003/04/23 05:37:21 guy Exp $
# $Id: Makefile.am,v 1.58 2003/04/24 18:30:52 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -38,7 +38,7 @@ ETHEREAL_TAP_SRC = \
ethereal-tap-register.c: $(ETHEREAL_TAP_SRC) $(top_srcdir)/make-tapreg-dotc
@echo Making ethereal-tap-register.c
@$(top_srcdir)/make-tapreg-dotc ethereal-tap-register.c $(top_srcdir) $(ETHEREAL_TAP_SRC)
@$(top_srcdir)/make-tapreg-dotc ethereal-tap-register.c $(srcdir) $(ETHEREAL_TAP_SRC)
if USE_GTK2