aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h460/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h460/Makefile.common')
-rw-r--r--asn1/h460/Makefile.common22
1 files changed, 9 insertions, 13 deletions
diff --git a/asn1/h460/Makefile.common b/asn1/h460/Makefile.common
index 96bc948e0e..f06eb7a503 100644
--- a/asn1/h460/Makefile.common
+++ b/asn1/h460/Makefile.common
@@ -21,10 +21,6 @@
PROTOCOL_NAME = h460
-DISSECTOR_FILES = \
- packet-$(PROTOCOL_NAME).c
-
-
EXT_ASN_FILE_LIST =
ASN_FILE_LIST = \
@@ -54,15 +50,15 @@ PROTO_OPT =
A2W_FLAGS =
EXTRA_CNF = \
- ../h225/h225-exp.cnf \
- ../h235/h235-exp.cnf \
- ../h245/h245-exp.cnf
+ $(builddir)/../h225/h225-exp.cnf \
+ $(builddir)/../h235/h235-exp.cnf \
+ $(builddir)/../h245/h245-exp.cnf
-../h225/h225-exp.cnf:
- (cd ../h225 && $(MAKE_CNF_EXPORT))
+$(builddir)/../h225/h225-exp.cnf:
+ (cd $(builddir)/../h225 && $(MAKE_CNF_EXPORT))
-../h235/h235-exp.cnf:
- (cd ../h235 && $(MAKE_CNF_EXPORT))
+$(builddir)/../h235/h235-exp.cnf:
+ (cd $(builddir)/../h235 && $(MAKE_CNF_EXPORT))
-../h245/h245-exp.cnf:
- (cd ../h245 && $(MAKE_CNF_EXPORT))
+$(builddir)/../h245/h245-exp.cnf:
+ (cd $(builddir)/../h245 && $(MAKE_CNF_EXPORT))