aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/dcerpc
diff options
context:
space:
mode:
authorkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-09 09:16:58 +0000
committerkrj <krj@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-09 09:16:58 +0000
commit7ef6acee918c932014fc90ccdc3536c3725e77e4 (patch)
treeb3a6cec062a3d020b521808aec348c6b3a881b88 /epan/dissectors/dcerpc
parentd40d573c9b1fc0f9cc15f777b611a843cd0cdcb4 (diff)
Update makefiles to use new template names
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30423 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/dcerpc')
-rw-r--r--epan/dissectors/dcerpc/budb/Makefile2
-rw-r--r--epan/dissectors/dcerpc/butc/Makefile2
-rw-r--r--epan/dissectors/dcerpc/drsuapi/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/dcerpc/budb/Makefile b/epan/dissectors/dcerpc/budb/Makefile
index 84a8b7b1ee..657ee99f20 100644
--- a/epan/dissectors/dcerpc/budb/Makefile
+++ b/epan/dissectors/dcerpc/budb/Makefile
@@ -9,7 +9,7 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
-$(DISSECTOR_FILES): $(IDL2WRS) $(PROTOCOL_NAME).idl $(PROTOCOL_NAME).cnf template.c template.h
+$(DISSECTOR_FILES): $(IDL2WRS) $(PROTOCOL_NAME).idl $(PROTOCOL_NAME).cnf packet-dcerpc-$(PROTOCOL_NAME)-template.c packet-dcerpc-$(PROTOCOL_NAME)-template.h
$(IDL2WRS) $(PROTOCOL_NAME)
clean:
diff --git a/epan/dissectors/dcerpc/butc/Makefile b/epan/dissectors/dcerpc/butc/Makefile
index a4b3ba68b9..28fe610d6f 100644
--- a/epan/dissectors/dcerpc/butc/Makefile
+++ b/epan/dissectors/dcerpc/butc/Makefile
@@ -9,7 +9,7 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
-$(DISSECTOR_FILES): $(IDL2WRS) $(PROTOCOL_NAME).idl $(PROTOCOL_NAME).cnf template.c template.h
+$(DISSECTOR_FILES): $(IDL2WRS) $(PROTOCOL_NAME).idl $(PROTOCOL_NAME).cnf packet-dcerpc-$(PROTOCOL_NAME)-template.c packet-dcerpc-$(PROTOCOL_NAME)-template.h
$(IDL2WRS) $(PROTOCOL_NAME)
clean:
diff --git a/epan/dissectors/dcerpc/drsuapi/Makefile b/epan/dissectors/dcerpc/drsuapi/Makefile
index 224c07b1b1..3e1b701cf7 100644
--- a/epan/dissectors/dcerpc/drsuapi/Makefile
+++ b/epan/dissectors/dcerpc/drsuapi/Makefile
@@ -9,7 +9,7 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
-$(DISSECTOR_FILES): $(IDL2WRS) $(PROTOCOL_NAME).idl $(PROTOCOL_NAME).cnf template.c template.h
+$(DISSECTOR_FILES): $(IDL2WRS) $(PROTOCOL_NAME).idl $(PROTOCOL_NAME).cnf packet-dcerpc-$(PROTOCOL_NAME)-template.c packet-dcerpc-$(PROTOCOL_NAME)-template.h
$(IDL2WRS) $(PROTOCOL_NAME)
clean: