summaryrefslogtreecommitdiff
path: root/src/uspell/Makefile.am
blob: efe7d80b58d44382b2485b2e7c2782e9621ad694 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if WITH_USPELL
target_lib = libenchant_uspell.la
else
target_lib =
endif

AM_CPPFLAGS=-I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(USPELL_CFLAGS) $(WARN_CXXFLAGS) -D_ENCHANT_BUILD=1

uspell_LTLIBRARIES = $(target_lib)
uspelldir= $(libdir)/enchant

libenchant_uspell_la_LIBADD= $(ENCHANT_LIBS) $(USPELL_LIBS) $(top_builddir)/src/libenchant.la
libenchant_uspell_la_LDFLAGS = -module -avoid-version -no-undefined
libenchant_uspell_la_SOURCES = uspell_provider.cpp
libenchant_uspell_lalibdir=$(libdir)/enchant