support image/x-eps format via pdf_viewer
[claws.git] / src / plugins / libravatar / Makefile.am
blobc68be7436bf0a26f5710690f9f6eccafda7dff03
1 # Copyright 1999-2022 the Claws Mail team.
2 # This file is part of Claws Mail package, and distributed under the
3 # terms of the General Public License version 3 (or later).
4 # See COPYING file for license details.
6 include $(srcdir)/../win_plugin.mk
8 IFLAGS = \
9         -I$(top_builddir)/src \
10         -I$(top_builddir)/src/common \
11         -I$(top_srcdir)/src \
12         -I$(top_srcdir)/src/common \
13         -I$(top_srcdir)/src/gtk
15 plugindir = $(pkglibdir)/plugins
17 if BUILD_LIBRAVATAR_PLUGIN
18 plugin_LTLIBRARIES = libravatar.la
19 endif
21 libravatar_la_LDFLAGS = \
22         $(plugin_ldflags) \
23         -avoid-version -module -z noexecstack
25 EXTRA_libravatar_la_DEPENDENCIES = $(plugin_extra_deps)
27 libravatar_la_LIBADD = $(plugin_libadd) \
28         $(GTK_LIBS) \
29         $(CURL_LIBS)
31 libravatar_la_CPPFLAGS = \
32         $(IFLAGS) \
33         $(GLIB_CFLAGS) \
34         $(GTK_CFLAGS) \
35         $(CURL_CFLAGS) \
36         $(ENCHANT_CFLAGS)
38 libravatar_la_SOURCES = \
39         libravatar.c \
40         libravatar.h \
41         libravatar_cache.c \
42         libravatar_cache.h \
43         libravatar_federation.c \
44         libravatar_federation.h \
45         libravatar_image.c \
46         libravatar_image.h \
47         libravatar_missing.c \
48         libravatar_missing.h \
49         libravatar_prefs.c \
50         libravatar_prefs.h
52 .PHONY: test