aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h323/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h323/Makefile.common')
-rw-r--r--asn1/h323/Makefile.common11
1 files changed, 3 insertions, 8 deletions
diff --git a/asn1/h323/Makefile.common b/asn1/h323/Makefile.common
index 97ace01b12..f0244247e4 100644
--- a/asn1/h323/Makefile.common
+++ b/asn1/h323/Makefile.common
@@ -22,11 +22,6 @@
PROTOCOL_NAME = h323
-DISSECTOR_FILES = \
- packet-$(PROTOCOL_NAME).c \
- packet-$(PROTOCOL_NAME).h
-
-
EXT_ASN_FILE_LIST =
ASN_FILE_LIST = \
@@ -47,8 +42,8 @@ SRC_FILES = \
A2W_FLAGS =
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))