summaryrefslogtreecommitdiff
path: root/epan/dissectors
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-09 09:16:58 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-09 09:16:58 +0000
commit3b20964c8496d6bb3e6af1995bf7e6d14aa622f3 (patch)
treeb3a6cec062a3d020b521808aec348c6b3a881b88 /epan/dissectors
parent3199e524c9400f55a3c08705792c0819bb36e2ec (diff)
downloadwireshark-3b20964c8496d6bb3e6af1995bf7e6d14aa622f3.tar.gz
Update makefiles to use new template names
svn path=/trunk/; revision=30423
Diffstat (limited to 'epan/dissectors')
-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: