Tizen 2.1 base
[external/enchant.git] / src / uspell / Makefile.am
1 if WITH_USPELL
2 target_lib = libenchant_uspell.la
3 else
4 target_lib =
5 endif
6
7 INCLUDES=-I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(USPELL_CFLAGS) $(CXX_WARN_CFLAGS) -D_ENCHANT_BUILD=1
8
9 uspell_LTLIBRARIES = $(target_lib)
10 uspelldir= $(libdir)/enchant
11
12 libenchant_uspell_la_LIBADD= $(ENCHANT_LIBS) $(USPELL_LIBS) $(top_builddir)/src/libenchant.la
13 libenchant_uspell_la_LDFLAGS = -module -avoid-version -no-undefined
14 libenchant_uspell_la_SOURCES = uspell_provider.cpp
15 libenchant_uspell_lalibdir=$(libdir)/enchant