summaryrefslogtreecommitdiff
path: root/asn1/h235
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-01-16 06:05:25 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-01-16 06:05:25 +0000
commitc5e0d27e84ce413917c4440f55da3c7cbbbd986a (patch)
tree365fd65df5cfeedcb66e44611d2ac2c638e42661 /asn1/h235
parentd9b0082c9125693dcebb4698ca2206cb5e91bbe2 (diff)
downloadwireshark-c5e0d27e84ce413917c4440f55da3c7cbbbd986a.tar.gz
From Alejandro Vaquero:
patch to add t38 setup info for h245 packets. - Me add /y to makefiles. svn path=/trunk/; revision=17036
Diffstat (limited to 'asn1/h235')
-rw-r--r--asn1/h235/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h235/Makefile.nmake b/asn1/h235/Makefile.nmake
index bef5e209ce..502d9b59c0 100644
--- a/asn1/h235/Makefile.nmake
+++ b/asn1/h235/Makefile.nmake
@@ -37,5 +37,5 @@ fix_eol: generate_dissector
del /f packet-$(PROTOCOL_NAME).c.tmp packet-$(PROTOCOL_NAME).h.tmp
copy_files: generate_dissector fix_eol
- xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d
- xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d
+ xcopy packet-$(PROTOCOL_NAME).c ..\..\epan\dissectors /d /y
+ xcopy packet-$(PROTOCOL_NAME).h ..\..\epan\dissectors /d /y