Clean ‘geolocation_plugin.c:260:23: warning: initialization discards 'const' qualifie...
[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
18 INCLUDES = \
19         -I$(top_srcdir)/src \
20         -I$(top_srcdir)/src/common \
21         -I$(top_builddir)/src/common \
22         -I$(top_srcdir)/src/gtk
23
24 AM_CPPFLAGS = \
25         $(GLIB_CFLAGS) \
26         $(GTK_CFLAGS) \
27         $(LIBSOUP_CFLAGS) \
28         $(CHAMPLAIN_CFLAGS)