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 c476cda..c57494c 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -132,6 +132,7 @@ struct slbt_exec_ctx { FILE * fwrapper; FILE * fdeps; char * csrc; + int ldirdepth; char * ldirname; char * lbasename; char * lobjname; |