From 3b20964c8496d6bb3e6af1995bf7e6d14aa622f3 Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Fri, 9 Oct 2009 09:16:58 +0000 Subject: Update makefiles to use new template names svn path=/trunk/; revision=30423 --- epan/dissectors/dcerpc/budb/Makefile | 2 +- epan/dissectors/dcerpc/butc/Makefile | 2 +- epan/dissectors/dcerpc/drsuapi/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'epan/dissectors') 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: -- cgit v1.2.1