aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h235/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h235/Makefile.common')
-rw-r--r--asn1/h235/Makefile.common11
1 files changed, 3 insertions, 8 deletions
diff --git a/asn1/h235/Makefile.common b/asn1/h235/Makefile.common
index 4bc2b2a27a..9fd06e4a49 100644
--- a/asn1/h235/Makefile.common
+++ b/asn1/h235/Makefile.common
@@ -22,11 +22,6 @@
PROTOCOL_NAME = h235
-DISSECTOR_FILES = \
- packet-$(PROTOCOL_NAME).c \
- packet-$(PROTOCOL_NAME).h
-
-
EXPORT_FILES = $(PROTOCOL_NAME)-exp.cnf
EXT_ASN_FILE_LIST =
@@ -51,9 +46,9 @@ SRC_FILES = \
A2W_FLAGS = -e
EXTRA_CNF = \
- ../h225/h225-exp.cnf
+ $(builddir)/../h225/h225-exp.cnf
-../h225/h225-exp.cnf:
- (cd ../h225 && $(MAKE_CNF_EXPORT))
+$(builddir)/../h225/h225-exp.cnf:
+ (cd $(builddir)/../h225 && $(MAKE_CNF_EXPORT))