Merge branch 'master' of ssh://git.claws-mail.org/home/git/claws
[claws.git] / src / plugins / geolocation / Makefile.am
1 plugindir = $(pkglibdir)/plugins
2
3 if BUILD_GEOLOCATION_PLUGIN
4 plugin_LTLIBRARIES = geolocation.la
5 endif
6
7 geolocation_la_SOURCES = \
8         geolocation_plugin.c \
9         pixmap_earth.h
10
11 geolocation_la_LDFLAGS = \
12         -avoid-version -module \
13         $(GTK_LIBS) \
14         $(LIBSOUP_LIBS) \
15         $(CHAMPLAIN_LIBS)
16
17 geolocation_la_CPPFLAGS = \
18         -I$(top_srcdir)/src \
19         -I$(top_srcdir)/src/common \
20         -I$(top_builddir)/src/common \
21         -I$(top_srcdir)/src/gtk \
22         $(GLIB_CFLAGS) \
23         $(GTK_CFLAGS) \
24         $(LIBSOUP_CFLAGS) \
25         $(CHAMPLAIN_CFLAGS)