aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-09-17 00:38:30 +0000
committerLev Walkin <vlm@lionet.info>2006-09-17 00:38:30 +0000
commitaf63a91eea4a9230fdedc82e3ebfdf2b375f71f4 (patch)
tree65ce0e155592c5e2b329e50db04c2a8ea2db369e /examples
parentf6ac931a87758f7e1d8818257d94e6a5ce006fbd (diff)
*** empty log message ***
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/sample.makefile.regen2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sample.makefile.regen b/examples/sample.makefile.regen
index 57a5350b..7b6eae33 100755
--- a/examples/sample.makefile.regen
+++ b/examples/sample.makefile.regen
@@ -27,7 +27,7 @@ if test -f config.h ; then
EXTRA_CFLAGS="$EXTRA_CFLAGS -DHAVE_CONFIG_H"
fi
-FIXEDPDU=`echo "[$ASN1PDU]" | sed -e "s/.*-pdu=auto.*//"`
+FIXEDPDU=`echo "[$ASN1CMDOPTS]" | sed -e "s/.*-pdu=auto.*//"`
if test ! "$FIXEDPDU" ; then
EXTRA_CFLAGS="$EXTRA_CFLAGS -DASN_PDU_COLLECTION"
fi