diff options
author | Gerald Combs <gerald@wireshark.org> | 2010-10-04 18:53:39 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2010-10-04 18:53:39 +0000 |
commit | 3e84ad5147b08c6dd3ed684bf99cc4818841494b (patch) | |
tree | a28fc8c8ac82efd19add900fd67170ef51d4a1d0 /Makefile.am | |
parent | b6431b4a1f479098719764350e286d5c262266d6 (diff) | |
download | wireshark-3e84ad5147b08c6dd3ed684bf99cc4818841494b.tar.gz wireshark-3e84ad5147b08c6dd3ed684bf99cc4818841494b.tar.bz2 wireshark-3e84ad5147b08c6dd3ed684bf99cc4818841494b.zip |
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.am | 6 |
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 \ |