summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2006-01-28 22:15:53 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2006-01-28 22:15:53 +0000
commit96eebcff78e24a75b52e1f9618dd038a025cd825 (patch)
treea9800eac58ab078d5cc726fb256e621d8d67d492
parent4c8ae37b4184389cc63a06cce9ea2b752bb1f0a1 (diff)
downloadenchant-96eebcff78e24a75b52e1f9618dd038a025cd825.tar.gz
hopefully fix bug 9945 - don't append -I-I/usr/include
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21097 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/aspell/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aspell/Makefile.am b/src/aspell/Makefile.am
index f8b6cfe..e06c4ac 100644
--- a/src/aspell/Makefile.am
+++ b/src/aspell/Makefile.am
@@ -4,7 +4,7 @@ else
target_lib =
endif
-INCLUDES=-I$(top_srcdir)/src $(ENCHANT_CFLAGS) -I@ASPELL_INC@ -D_ENCHANT_BUILD=1 @ASPELL_CFLAGS@
+INCLUDES=-I$(top_srcdir)/src $(ENCHANT_CFLAGS) @ASPELL_INC@ -D_ENCHANT_BUILD=1 @ASPELL_CFLAGS@
aspell_LTLIBRARIES = $(target_lib)
aspelldir= $(libdir)/enchant