Imported version 0.2-1
[mstardict] / src / lib / Makefile.am
1 noinst_LIBRARIES = libstardict.a
2
3 libstardict_a_SOURCES = \
4         lib.cpp lib.h   \
5         dictziplib.cpp dictziplib.hpp   \
6         distance.cpp distance.h \
7         mapfile.hpp file.hpp    \
8         kmp.cpp kmp.h   \
9         my_global.h m_ctype.h m_string.h        \
10         ctype-mb.cpp ctype-utf8.cpp ctype-uca.cpp       \
11         collation.cpp collation.h \
12         data.hpp data.cpp \
13         stddict.cpp stddict.hpp \
14         storage.cpp storage.h   \
15         treedict.cpp treedict.hpp       \
16         common.cpp common.hpp \
17         md5.c md5.h     \
18         stardict_client.cpp stardict_client.hpp \
19         sockets.cpp sockets.hpp \
20         http_client.cpp http_client.h   \
21         httpmanager.cpp httpmanager.h   \
22         plugin.cpp plugin.h \
23         virtualdictplugin.cpp virtualdictplugin.h \
24         netdictplugin.cpp netdictplugin.h \
25         specialdictplugin.cpp specialdictplugin.h \
26         netdictcache.cpp netdictcache.h \
27         ttsplugin.cpp ttsplugin.h       \
28         parsedata_plugin.cpp parsedata_plugin.h \
29         pluginmanager.cpp pluginmanager.h       \
30         dictmask.h      \
31         getuint32.h     \
32         stardict_libconfig.h
33
34 INCLUDES = @LIB_STARDICT_CFLAGS@