diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2020-04-20 20:33:51 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2020-04-20 20:33:51 +0200 |
commit | 6b986090d954dbac91bbb3c43ce7c3328c91a780 (patch) | |
tree | 34b34e41a3f7b7f4794c75be4482bb14695f36a9 /src/Makefile.am | |
parent | 4216de6a3336cbc6dddb572cb7e6ab6193bf3729 (diff) |
New upstream version 6.9.5upstream/6.9.5
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1600311..36c2222 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,13 +50,7 @@ libonig_la_LDFLAGS = -version-info $(LTVERSION) EXTRA_DIST = koi8.c mktable.c \ unicode_fold_data.c unicode_property_data.c \ unicode_property_data_posix.c \ - unicode_egcb_data.c unicode_wb_data.c \ - make_unicode_egcb.sh make_unicode_egcb_data.py \ - make_unicode_wb.sh make_unicode_wb_data.py \ - make_unicode_fold.sh make_unicode_fold_data.py \ - make_unicode_property.sh make_unicode_property_data.py \ - make_property.sh \ - gperf_fold_key_conv.py gperf_unfold_key_conv.py + unicode_egcb_data.c unicode_wb_data.c dll: $(CXX) -shared -Wl,--output-def,libonig.def -o libonig.dll *.o \ |