diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-05 22:07:01 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-05 22:07:01 +0200 |
commit | bff9867dafed1bf5aa196614ec6cf2c83022c482 (patch) | |
tree | 13260e2b0cd22ff5327f9a56be748739ae5754ca /src/Makefile.am | |
parent | a38d6e8f8417b777925660269969ce2d353808ef (diff) | |
parent | c9b3c26db59d89e320a6eb86d9558051ecba0900 (diff) |
Update upstream source from tag 'upstream/6.9.0'
Update to upstream version '6.9.0'
with Debian dir 3b2adce63a2dab0d7e0e9124b922c348d239c1ec
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c7a4705..ba7807a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -54,12 +54,8 @@ EXTRA_DIST = koi8.c mktable.c \ make_unicode_egcb.sh make_unicode_egcb_data.py \ make_unicode_fold.sh make_unicode_fold_data.py \ make_unicode_property.sh make_unicode_property_data.py \ - gperf_fold_key_conv.py gperf_unfold_key_conv.py \ - unicode-7.0/unicode_fold1_key.c unicode-7.0/unicode_fold2_key.c \ - unicode-7.0/unicode_fold3_key.c unicode-7.0/unicode_fold_data.c \ - unicode-7.0/unicode_property_data.c \ - unicode-7.0/unicode_property_data_posix.c \ - unicode-7.0/unicode_unfold_key.c + make_property.sh \ + gperf_fold_key_conv.py gperf_unfold_key_conv.py dll: $(CXX) -shared -Wl,--output-def,libonig.def -o libonig.dll *.o \ |