diff options
author | midipix <writeonce@midipix.org> | 2016-04-16 20:53:08 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-04-17 02:51:57 -0400 |
commit | 0913c3d46b180e40867e7de6a062582acd1902e9 (patch) | |
tree | af3169150d257fabb06d7073a9a7b1c0e038580c /include | |
parent | dcb4535da0c4e22eafb51a20128c436e3337f8b7 (diff) | |
download | slibtool-0913c3d46b180e40867e7de6a062582acd1902e9.tar.bz2 slibtool-0913c3d46b180e40867e7de6a062582acd1902e9.tar.xz |
link mode: .deps file generation: initial implementation.
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 265ba49..24dd8be 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -100,6 +100,7 @@ struct slbt_exec_ctx { char ** lout[2]; char ** sentinel; FILE * fwrapper; + FILE * fdeps; char * csrc; char * ldirname; char * lbasename; |