fix this wonderful screw-up that broke `make dist`
[claws.git] / src / plugins / geolocation / Makefile.am
1 # Makefile.am for "src/plugins/geolocation" directory
2 # This file is part of Claws Mail package.
3 # See COPYING file for license details.
4
5 appdata_in_files = claws-mail-geolocation.metainfo.xml.in
6 appdatadir=$(datadir)/appdata
7 appdata_DATA = $(appdata_in_files:.xml.in=.xml)
8
9 @INTLTOOL_XML_RULE@
10
11 EXTRA_DIST = $(appdata_DATA)
12
13 plugindir = $(pkglibdir)/plugins
14
15 if BUILD_GEOLOCATION_PLUGIN
16 plugin_LTLIBRARIES = geolocation.la
17 endif
18
19 geolocation_la_SOURCES = \
20         geolocation_plugin.c \
21         pixmap_earth.h
22
23 geolocation_la_LDFLAGS = \
24         -avoid-version -module \
25         $(GTK_LIBS) \
26         $(LIBSOUP_LIBS) \
27         $(CHAMPLAIN_LIBS)
28
29 geolocation_la_CPPFLAGS = \
30         -I$(top_srcdir)/src \
31         -I$(top_srcdir)/src/common \
32         -I$(top_builddir)/src/common \
33         -I$(top_srcdir)/src/gtk \
34         $(GLIB_CFLAGS) \
35         $(GTK_CFLAGS) \
36         $(LIBSOUP_CFLAGS) \
37         $(CHAMPLAIN_CFLAGS)