Merge branch 'master' of ssh://git.claws-mail.org/home/git/claws
[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 pdf_viewer_la_CPPFLAGS = \
17         -I$(top_srcdir)/src \
18         -I$(top_srcdir)/src/common \
19         -I$(top_builddir)/src/common \
20         -I$(top_srcdir)/src/gtk \
21         $(GLIB_CFLAGS) \
22         $(GTK_CFLAGS) \
23         $(POPPLER_CFLAGS)