summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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@