diff options
author | Jörg Mayer <jmayer@loplof.de> | 2004-06-11 15:23:42 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2004-06-11 15:23:42 +0000 |
commit | 7aac8b9e7dabe83c614498d5e69374177a09186f (patch) | |
tree | 73f245361049a34628df779e0c4289da0775ff03 /epan/Makefile.am | |
parent | c36a69eba5128ccc664dfc6b09fda586235c99f0 (diff) | |
download | wireshark-7aac8b9e7dabe83c614498d5e69374177a09186f.tar.gz wireshark-7aac8b9e7dabe83c614498d5e69374177a09186f.tar.bz2 wireshark-7aac8b9e7dabe83c614498d5e69374177a09186f.zip |
Hack to remove epan/config.h
svn path=/trunk/; revision=11138
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r-- | epan/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am index b390043ef0..1f6260051e 100644 --- a/epan/Makefile.am +++ b/epan/Makefile.am @@ -2,7 +2,7 @@ # Automake file for the EPAN library # (Ethereal Protocol ANalyzer Library) # -# $Id: Makefile.am,v 1.50 2004/06/09 19:20:45 gerald Exp $ +# $Id: Makefile.am,v 1.51 2004/06/11 15:23:42 jmayer Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -158,7 +158,9 @@ tvbtest: tvbtest.o tvbuff.o except.o strutil.o # The second argument is the directory in which the source files live. # All subsequent arguments are the files to scan. # +# HACK : removing config.h is a hack and may be removed at the end of August 2004 register.c: $(plugin_src) $(DISSECTOR_SRC) $(srcdir)/../make-reg-dotc + @rm -f config.h @if test -n $(PYTHON); then \ echo Making register.c with python ; \ $(PYTHON) $(srcdir)/../make-reg-dotc.py $(srcdir) $(DISSECTOR_SRC) ; \ |