summaryrefslogtreecommitdiff
path: root/src/hspell/Makefile.am
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2017-02-21 12:09:35 +0000
committerGitHub <noreply@github.com>2017-02-21 12:09:35 +0000
commitb90435e9f241dde68f2e615135d6a7f3e1587d44 (patch)
tree906bd12f6f8919e6da5dbad3c7fbaf62371f3523 /src/hspell/Makefile.am
parent3f89992378adc4c5ce4365a75d415c8e9abd116c (diff)
parent936827fd7152fe4d01449eeb214d828d545102f8 (diff)
downloadenchant-b90435e9f241dde68f2e615135d6a7f3e1587d44.tar.gz
Merge pull request #91 from rrthomas/master
Overhaul compiler warning flags
Diffstat (limited to 'src/hspell/Makefile.am')
-rw-r--r--src/hspell/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hspell/Makefile.am b/src/hspell/Makefile.am
index 28560c3..1d11782 100644
--- a/src/hspell/Makefile.am
+++ b/src/hspell/Makefile.am
@@ -4,7 +4,7 @@ else
target_lib =
endif
-AM_CPPFLAGS=-I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(CC_WARN_CFLAGS) $(HSPELL_CFLAGS) -D_ENCHANT_BUILD=1
+AM_CPPFLAGS = -I$(top_srcdir) $(ISYSTEM)$(top_builddir)/lib $(ISYSTEM)$(top_srcdir)/lib -I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(WARN_CFLAGS) $(HSPELL_CFLAGS) -D_ENCHANT_BUILD=1
hspell_LTLIBRARIES = $(target_lib)
hspelldir= $(libdir)/enchant