]> Pileus Git - aweather/blob - src/plugins/Makefile.am
Determine site based on lat-lon location
[aweather] / src / plugins / Makefile.am
1 AM_CFLAGS   = -Wall --std=gnu99  -I../
2 AM_CPPFLAGS = $(GIS_CFLAGS)
3 AM_LDFLAGS  = -module -avoid-version -no-undefined
4 LIBS        = $(GIS_LIBS)
5
6 pluginsdir  = $(pkglibdir)
7
8 plugins_LTLIBRARIES =
9
10 if HAVE_RSL
11 plugins_LTLIBRARIES += radar.la
12 radar_la_SOURCES = radar.c   radar.h \
13         marching.c marching.h \
14         radar-colormap.c \
15         ../aweather-location.c
16 radar_la_LDFLAGS = $(AM_LDFLAGS) $(RSL_LIBS)
17 endif
18
19 test:
20         ( cd ../; make test )
21
22 MAINTAINERCLEANFILES = Makefile.in