summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2017-04-06 12:47:56 +0100
committerReuben Thomas <rrt@sc3d.org>2017-04-14 23:56:25 +0100
commit5a4ebf3eadf58c692cae1cfaf173092ec1f7335f (patch)
tree6dc609ea37818063421ce2f8baa1542fd1bd5bd6 /src
parent350500d896e1c3b9c2310ca95b0e96df40055a26 (diff)
downloadenchant-5a4ebf3eadf58c692cae1cfaf173092ec1f7335f.tar.gz
Issue #76: Build on more Windows targets
Add mingw64 and mingw32 to msys builds. Remove unneeded and bit-rotted Win32 code from tests, hence also remove GetDirectoryOfThisModule.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4e1f4fb..7f84eb9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -26,7 +26,7 @@ ordering_DATA = enchant.ordering
man_MANS = enchant.1
-LDADD = libenchant.la $(ENCHANT_LIBS)
+LDADD = libenchant.la $(ENCHANT_LIBS) $(top_builddir)/lib/libgnu.la
bin_PROGRAMS = enchant-lsmod enchant
EXTRA_DIST = enchant.i $(ordering_DATA) $(man_MANS)