diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index bd5b31d..e0e92d3 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -226,6 +226,10 @@ struct slbt_exec_ctx { char * aobjname; char * ltobjname; + char * dlunit; + char * dlopensrc; + char * dlopenobj; + char * arfilename; char * lafilename; char * laifilename; |