aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkinit/Makefile.common
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-10 22:26:40 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-10 22:26:40 +0000
commit2181090c1d7bed9d874fe2c498afe0cc7e89484e (patch)
tree149da32efc496e050144f81dcd1c329c4414d9eb /asn1/pkinit/Makefile.common
parentd2c4676a55ed3d9969a8f4b18b1b3691b41139fb (diff)
Add missing dependencies and update syntax of existing ones.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23143 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/pkinit/Makefile.common')
-rw-r--r--asn1/pkinit/Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/asn1/pkinit/Makefile.common b/asn1/pkinit/Makefile.common
index 975c63af7c..d3855a656a 100644
--- a/asn1/pkinit/Makefile.common
+++ b/asn1/pkinit/Makefile.common
@@ -45,5 +45,9 @@ SRC_FILES = \
A2W_FLAGS= -b -e
-EXTRA_CNF=
+EXTRA_CNF= \
+ ../cms/cms-exp.cnf
+
+../cms/cms-exp.cnf:
+ (cd ../cms && $(MAKE_CNF_EXPORT))