Tizen 2.1 base
[external/enchant.git] / src / ispell / Makefile.am
1 if WITH_ISPELL
2 target_lib = libenchant_ispell.la
3 else
4 target_lib =
5 endif
6
7 INCLUDES=-I$(top_srcdir)/src $(ENCHANT_CFLAGS) $(CXX_WARN_CFLAGS) $(ISPELL_CFLAGS) -D_ENCHANT_BUILD=1
8
9 ispell_LTLIBRARIES = $(target_lib)
10 ispelldir= $(libdir)/enchant
11
12 libenchant_ispell_lalibdir=$(libdir)/enchant
13 libenchant_ispell_la_LIBADD= $(ENCHANT_LIBS) $(top_builddir)/src/libenchant.la
14 libenchant_ispell_la_LDFLAGS = -module -avoid-version -no-undefined
15 libenchant_ispell_la_SOURCES =  \
16         correct.cpp             \
17         good.cpp                \
18         hash.cpp                \
19         ispell_checker.cpp      \
20         ispell_checker.h        \
21         ispell_def.h            \
22         ispell.h                \
23         lookup.cpp              \
24         makedent.cpp            \
25         msgs.h                  \
26         sp_spell.h              \
27         tgood.cpp