summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhoon Vishwanathan <vidhu2366@gmail.com>2013-07-20 13:47:52 +0000
committerVidhoon Vishwanathan <vidhu2366@gmail.com>2013-07-20 13:47:52 +0000
commitbce2cdec74eff529336b3497585fbf225b414bbc (patch)
treefa9494c8a24a5e4dd655e0efba32e80a7e70cca8
parent5842991a23cadeb4f1ebd29113f0cd4a8315a077 (diff)
downloadenchant-bce2cdec74eff529336b3497585fbf225b414bbc.tar.gz
[COMPDICT] Makefile changes to compile Composite Provider
This patch includes the src & header files of Composite Provider in Makefile for comilation purpose. We can decide on the placement of Composite Provider src & header files at a later stage. Signed-off-by: Vidhoon Viswanathan <vidhu2366@gmail.com> git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/branches/gsoc2013cdict@33281 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7fa7b1a..ff44ab2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -14,10 +14,10 @@ libenchant_la_LDFLAGS += -version-info $(VERSION_INFO)
endif
libenchant_la_DEPENDENCIES = @ENCHANT_WIN32_RESOURCE@
-libenchant_la_SOURCES = prefix.c enchant.c pwl.c enchant.h prefix.h pwl.h
+libenchant_la_SOURCES = prefix.c enchant.c pwl.c enchant.h prefix.h pwl.h composite_provider.c composite_provider.h
libenchant_includedir = $(includedir)/enchant
-libenchant_include_HEADERS = enchant.h enchant-provider.h enchant++.h
+libenchant_include_HEADERS = enchant.h enchant-provider.h enchant++.h composite_provider.c composite_provider.h
if WITH_APPLESPELL
INCLUDES += @APPLESPELL_CFLAGS@