summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHubert Figuiere <hub@figuiere.net>2007-01-15 03:59:25 +0000
committerHubert Figuiere <hub@figuiere.net>2007-01-15 03:59:25 +0000
commit36703cf7051f9e4fa45ac1e82df9743f30fae77e (patch)
treeae08af416beabfb1821c8c54a54c297459c78a87 /src/Makefile.am
parent9e2906b039072cb80a8dd6dbf6a954350c881af3 (diff)
downloadenchant-36703cf7051f9e4fa45ac1e82df9743f30fae77e.tar.gz
* src/Makefile.am (libenchant_includedir): removed trailing '/'
that breaks on MacOS X. git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21197 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 05ab341..5412a09 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,7 +12,7 @@ endif
libenchant_la_LDFLAGS = -version-info $(VERSION_INFO) -no-undefined
libenchant_la_SOURCES = prefix.c enchant.c pwl.c enchant.h prefix.h pwl.h
-libenchant_includedir = $(includedir)/enchant/
+libenchant_includedir = $(includedir)/enchant
libenchant_include_HEADERS = enchant.h enchant-provider.h enchant++.h
EXTRA_DIST=enchant.i