diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 60b3b73..1052303 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -93,6 +93,8 @@ struct slbt_exec_ctx { char ** fpic; char ** cass; char ** noundef; + char ** soname; + char ** lsoname; char ** lout[2]; char ** sentinel; FILE * fwrapper; |