diff options
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 |