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