]> Pileus Git - aweather/blob - src/plugins/Makefile.am
Remove marching code (now in marching branch)
[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         radar-colormap.c \
14         ../aweather-location.c
15 radar_la_LDFLAGS = $(AM_LDFLAGS) $(RSL_LIBS)
16 endif
17
18 test:
19         ( cd ../; make test )
20
21 MAINTAINERCLEANFILES = Makefile.in