aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-10-04 18:53:39 +0000
committerGerald Combs <gerald@wireshark.org>2010-10-04 18:53:39 +0000
commit3e84ad5147b08c6dd3ed684bf99cc4818841494b (patch)
treea28fc8c8ac82efd19add900fd67170ef51d4a1d0 /Makefile.am
parentb6431b4a1f479098719764350e286d5c262266d6 (diff)
Copy make-sminmpec.pl to make-services.pl and modify it to fetch the
IANA port-numbers file and save it to "services". Use it to update "services". svn path=/trunk/; revision=34371
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bc03194dfe..3b70694638 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -506,6 +506,9 @@ tshark-tap-register.c: $(TSHARK_TAP_SRC) $(srcdir)/tools/make-tapreg-dotc
ps.c: print.ps $(srcdir)/tools/rdps.py
$(PYTHON) $(srcdir)/tools/rdps.py $(srcdir)/print.ps ps.c
+services: tools/make-services.pl
+ $(PERL) $(srcdir)/tools/make-services.pl
+
#
# XXX - "svnversion.h" is distributed in the release tarball; should
# we be deleting it with "make clean", or should we only do that with
@@ -534,7 +537,8 @@ MAINTAINERCLEANFILES = \
depcomp \
install-sh \
ltmain.sh \
- missing
+ missing \
+ services
EXTRA_DIST = \
INSTALL.configure \