256661afabcbf052067a7b37b55c8b800c2e6ca6
[claws.git] / src / plugins / mathml_viewer / Makefile.am
1 plugindir = $(pkglibdir)/plugins
2
3 plugin_LTLIBRARIES = mathml_viewer.la
4
5 mathml_viewer_la_SOURCES = \
6         mathml_viewer.c
7
8 mathml_viewer_la_LDFLAGS = \
9         -avoid-version -module \
10         $(GTK_LIBS) \
11         $(GTK_MATH_VIEW_LIBS)
12
13 INCLUDES = \
14         -I../.. \
15         -I../../common \
16         -I../../gtk
17
18 CPPFLAGS = \
19         $(ASPELL_CFLAGS) \
20         $(GLIB_CFLAGS) \
21         $(GTK_CFLAGS) \
22         $(GTK_MATH_VIEW_CFLAGS)