aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-04 18:53:39 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-04 18:53:39 +0000
commit11f2c1d42df47080f29d9835a3af31a5c10ff7a7 (patch)
treea28fc8c8ac82efd19add900fd67170ef51d4a1d0 /Makefile.am
parent5d21e042ceee31b8c62ef17ceea6bd4dd0bbdde4 (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". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34371 f5534014-38df-0310-8fa8-9805f1628bb7
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 \