Skip to content

Commit

Permalink
* src/Makefile.am (libenchant_includedir): removed trailing '/'
Browse files Browse the repository at this point in the history
	that breaks on MacOS X.


git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21197 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
  • Loading branch information
hfiguiere committed Jan 15, 2007
1 parent 9e2906b commit 36703cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
2007-01-14 Hubert Figuiere <hub@figuiere.net>

* src/Makefile.am (libenchant_includedir): removed trailing '/'
that breaks on MacOS X.

2006-10-22 Dom Lachowicz <domlachowicz@gmail.com>

* Added Voikko spell checker backend (AbiWord bug 10450), for better
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Expand Up @@ -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

0 comments on commit 36703cf

Please sign in to comment.