diff options
author | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2009-10-04 07:50:36 +0000 |
---|---|---|
committer | Kovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com> | 2009-10-04 07:50:36 +0000 |
commit | ac8f637590b792b94f4c2e55a5238586fc0f6157 (patch) | |
tree | b815e078946430f904aa16771abf91ea46a127db /Makefile.am | |
parent | 9de14754940d15e89af11f9f7c9f3637f1db5e62 (diff) | |
download | wireshark-ac8f637590b792b94f4c2e55a5238586fc0f6157.tar.gz wireshark-ac8f637590b792b94f4c2e55a5238586fc0f6157.tar.bz2 wireshark-ac8f637590b792b94f4c2e55a5238586fc0f6157.zip |
Move rdps.py to tools/rdps.py
svn path=/trunk/; revision=30281
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index c51d495194..143275d5bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -528,8 +528,8 @@ tshark-tap-register.c: $(TSHARK_TAP_SRC) $(srcdir)/make-tapreg-dotc @echo Making tshark-tap-register.c @$(srcdir)/make-tapreg-dotc tshark-tap-register.c $(srcdir) $(TSHARK_TAP_SRC) -ps.c: print.ps rdps.py - $(PYTHON) $(srcdir)/rdps.py $(srcdir)/print.ps ps.c +ps.c: print.ps $(srcdir)/tools/rdps.py + $(PYTHON) $(srcdir)/tools/rdps.py $(srcdir)/print.ps ps.c # # XXX - "svnversion.h" is distributed in the release tarball; should @@ -803,11 +803,11 @@ EXTRA_DIST = \ $(tpncp_DATA) \ $(wimaxasncp_DATA) \ randpkt.c \ - rdps.py \ smi_modules \ text2pcap-scanner.l \ text2pcap.c \ text2pcap.h \ + tools/rdps.py \ services \ wireshark.desktop \ wka.tmpl |