add configure option --enable-appdata and put all appdata in appdata/
[claws.git] / src / plugins / pdf_viewer / Makefile.am
1 # Makefile.am for "src/plugins/pdf_viewer" directory
2 # This file is part of Claws Mail package.
3 # See COPYING file for license details.
4
5 plugindir = $(pkglibdir)/plugins
6
7 if BUILD_PDF_VIEWER_PLUGIN
8 plugin_LTLIBRARIES = pdf_viewer.la
9 endif
10
11 pdf_viewer_la_SOURCES = \
12          poppler_viewer.c \
13          poppler_viewer.h
14
15 pdf_viewer_la_LDFLAGS = \
16         -avoid-version -module \
17         $(GTK_LIBS) \
18         $(POPPLER_LIBS)
19
20 pdf_viewer_la_CPPFLAGS = \
21         -I$(top_srcdir)/src \
22         -I$(top_srcdir)/src/common \
23         -I$(top_builddir)/src/common \
24         -I$(top_srcdir)/src/gtk \
25         $(GLIB_CFLAGS) \
26         $(GTK_CFLAGS) \
27         $(POPPLER_CFLAGS)