diff options
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -80,7 +80,8 @@ bootstrap: autoreconf # The only non-lgpl modules used are: gettime progname timespec. Those # are not used (and must not be used) in the library) glimport: - gnulib-tool --add-import --lgpl=2 + gnulib-tool --local-dir=gl --add-import --lgpl=2 + gnulib-tool --local-dir=src/gl --add-import # Code Coverage |