apps_extra_src changed name to apps_aux_src, rename everywhere

One spot was forgotten.

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2016-02-19 23:55:30 +01:00
parent ef3c88cf89
commit 5ee719da04

View File

@ -1542,7 +1542,7 @@
release_lflags => "/NODEBUG/NOTRACEBACK", release_lflags => "/NODEBUG/NOTRACEBACK",
shared_target => "vms-shared", shared_target => "vms-shared",
apps_extra_src => "vms_decc_init.c", apps_aux_src => "vms_decc_init.c",
build_file => "descrip.mms", build_file => "descrip.mms",
build_scheme => [ "unified", "VMS" ], build_scheme => [ "unified", "VMS" ],
}, },