aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-10-09 01:23:21 +0000
committerJörg Mayer <jmayer@loplof.de>2007-10-09 01:23:21 +0000
commitcbea4314154373f0306ae45eb007d15649f2eb6c (patch)
treeb53418a04e021b526b61e6541a4e235877349141 /asn1/h225
parentc3a3d766308fb56b9d31f23d81784b9a296ed8b9 (diff)
Add some dependencies
svn path=/trunk/; revision=23103
Diffstat (limited to 'asn1/h225')
-rw-r--r--asn1/h225/Makefile.common10
1 files changed, 9 insertions, 1 deletions
diff --git a/asn1/h225/Makefile.common b/asn1/h225/Makefile.common
index 0af7248079..0d830afcb8 100644
--- a/asn1/h225/Makefile.common
+++ b/asn1/h225/Makefile.common
@@ -45,5 +45,13 @@ SRC_FILES = \
A2W_FLAGS= -e
-EXTRA_CNF=
+EXTRA_CNF= \
+ ../h235/h235-exp.cnf \
+ ../h245/h245-exp.cnf
+
+../h235/h235-exp.cnf:
+ (cd ../h235 && $(MAKE) $(MAKEFLAGS))
+
+../h245/h245-exp.cnf:
+ (cd ../h245 && $(MAKE) $(MAKEFLAGS))