diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-11-21 21:16:28 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-11-21 21:34:56 +0100 |
commit | 6847368474942642a0669698547f95e41bbfe65c (patch) | |
tree | 8011af4e9b07465eea9c7ca14b7f5993df29f499 /cfg.mk | |
parent | 435359b570920b5b8b5b529959d39e02df75f491 (diff) | |
download | gnutls-6847368474942642a0669698547f95e41bbfe65c.tar.gz |
unistring: include only the required categoriestmp-uninorm-remove-unused-categories
In addition fix the license text of the included library.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ bootstrap: autoreconf .submodule.stamp UNISTRING_MODULES = "unistr/u8-check unistr/u8-to-u16 unistr/u8-to-u32 unistr/u32-to-u8 \ unistr/u16-to-u8 uninorm/nfc uninorm/u8-normalize uninorm/u16-normalize \ - uninorm/u32-normalize unictype/category-all" + uninorm/u32-normalize unictype/category-Zs unictype/category-test" unistringimport: ../gnulib/gnulib-tool --libtool --macro-prefix=unistring --lgpl=3orGPLv2 --dir=. --local-dir=lib/unistring/override --lib=libunistring --without-tests --source-base=lib/unistring --m4-base=lib/unistring/m4 --doc-base=doc --aux-dir=build-aux --import $(UNISTRING_MODULES) |