Commit 57545453 authored by Lev Walkin's avatar Lev Walkin

link skeletons instead of copy

parent 312795a2
......@@ -93,6 +93,7 @@ all: compiled-module
compiled-module: ${asn_module} ${abs_top_builddir}/asn1c/asn1c
${abs_top_builddir}/asn1c/asn1c \\
-S ${abs_top_srcdir}/skeletons \\
-flink-skeletons \\
-Wdebug-compiler \\
${AFLAGS} ${asn_module}
rm -f converter-example.c
......
......@@ -237,7 +237,7 @@ asn_compile() {
} > test.asn1
echo "${abs_top_builddir}/asn1c/asn1c -S ${abs_top_srcdir}/skeletons"
if "${abs_top_builddir}/asn1c/asn1c" -S "${abs_top_srcdir}/skeletons" \
-gen-OER -gen-PER ${asn1c_flags} test.asn1
-gen-OER -gen-PER ${asn1c_flags} -flink-skeletons test.asn1
then
echo "ASN.1 compiled OK"
else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment