summaryrefslogtreecommitdiff
path: root/src/aspell/Makefile.am
blob: 18bfcf1fb7ddee23aa02a057d8abce0d9b63be54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if WITH_ASPELL
target_lib = libenchant_aspell.la
else
target_lib =
endif

AM_CPPFLAGS=-I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(CC_WARN_CFLAGS) @ASPELL_INC@ -D_ENCHANT_BUILD=1 @ASPELL_CFLAGS@

aspell_LTLIBRARIES = $(target_lib)
aspelldir= $(libdir)/enchant

libenchant_aspell_la_LIBADD= $(ENCHANT_LIBS) $(ASPELL_LIBS) $(top_builddir)/src/libenchant.la
libenchant_aspell_la_LDFLAGS = -module -avoid-version -no-undefined
libenchant_aspell_la_SOURCES = aspell_provider.c
libenchant_aspell_lalibdir=$(libdir)/enchant