Build dependency x509ce.
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 9 Jun 2010 14:59:02 +0000 (14:59 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 9 Jun 2010 14:59:02 +0000 (14:59 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33184 f5534014-38df-0310-8fa8-9805f1628bb7

asn1/idmp/Makefile.common

index a390c4b9a53b07961e6e5d64710d1e7fcb764a02..bb44b3ac639747afb0d9f197f6e787d9cd7907e6 100644 (file)
@@ -51,4 +51,9 @@ SRC_FILES = \
 
 A2W_FLAGS= -b -e -L
 
-EXTRA_CNF= 
+EXTRA_CNF= \
+       ../x509ce/x509ce-exp.cnf
+
+../x509ce/x509ce-exp.cnf:
+       (cd ../x509ce && $(MAKE_CNF_EXPORT))
+