57729f7a786989f1ca2f7866e8cb7a77e3f3b28f
[claws.git] / src / plugins / pdf_viewer / Makefile.am
1 plugindir = $(pkglibdir)/plugins
2
3 if BUILD_PDF_VIEWER_PLUGIN
4 plugin_LTLIBRARIES = pdf_viewer.la
5 endif
6
7 pdf_viewer_la_SOURCES = \
8          poppler_viewer.c \
9          poppler_viewer.h
10
11 pdf_viewer_la_LDFLAGS = \
12         -avoid-version -module \
13         $(GTK_LIBS) \
14         $(POPPLER_LIBS)
15
16 INCLUDES = \
17         -I$(top_srcdir)/src \
18         -I$(top_srcdir)/src/common \
19         -I$(top_builddir)/src/common \
20         -I$(top_srcdir)/src/gtk
21
22 AM_CPPFLAGS = \
23         -Wall \
24         $(CLAWS_MAIL_CFLAGS) \
25         $(GLIB_CFLAGS) \
26         $(GTK_CFLAGS) \
27         $(POPPLER_CFLAGS) \
28         -DLOCALEDIR=\""$(localedir)"\"