summaryrefslogtreecommitdiff
path: root/epan/Makefile.am
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-03-03 00:07:01 +0000
committerJörg Mayer <jmayer@loplof.de>2004-03-03 00:07:01 +0000
commit2e0e2b30ab305171081e67003c38bd722425e532 (patch)
tree1568694dc81100d3dee2673642d16ef138982fdb /epan/Makefile.am
parentc90c1c6502313b8ad0ef4b8dc674e84da3131137 (diff)
downloadwireshark-2e0e2b30ab305171081e67003c38bd722425e532.tar.gz
Jeff Morriss: Move generation of packet-ncp2222.c to epan to make things work again
svn path=/trunk/; revision=10283
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index b69de08a38..53eff416d1 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.34 2004/03/02 03:46:02 jmayer Exp $
+# $Id: Makefile.am,v 1.35 2004/03/03 00:07:01 jmayer Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -116,6 +116,8 @@ MAINTAINERCLEANFILES = \
libethereal_a_LIBADD = @INET_ATON_O@ @INET_PTON_O@ @INET_NTOP_O@
libethereal_a_DEPENDENCIES = @INET_ATON_O@ @INET_PTON_O@ @INET_NTOP_O@
+../packet-ncp2222.c : $(srcdir)/../ncp2222.py
+ $(PYTHON) $(srcdir)/../ncp2222.py -o $@
tvbtest: tvbtest.o tvbuff.o except.o strutil.o
$(LINK) -o tvbtest tvbtest.o tvbuff.o except.o strutil.o `glib-config --libs`