diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-09-07 13:43:11 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-09-07 13:43:11 +0200 |
commit | 66dfd6613394a8903701840bbc9d67de537e597e (patch) | |
tree | 3b0943539a09fe5322b0b984222abb7c60ddfacb /src/Makefile.am | |
parent | 6bf91b141b7b3e3524f422d4c18bccf7f87aecd1 (diff) | |
parent | 52796af94a055f1c704a604f4eac567242c845b7 (diff) |
Merge branch 'release/debian/6.9.0-1'debian/6.9.0-1
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 \ |