diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index d28cb8d..7fd99f0 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -167,6 +167,7 @@ struct slbt_exec_ctx { char * arfilename; char * lafilename; char * laifilename; + char * dsobasename; char * dsofilename; char * relfilename; char * dsorellnkname; |