]> Pileus Git - aweather/blob - src/plugins/Makefile.am
Win32 fixes and improvements
[aweather] / src / plugins / Makefile.am
1 AM_CFLAGS   = -Wall --std=gnu99 $(GIS_CFLAGS)
2 AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/lib
3 AM_LDFLAGS  = -module -avoid-version -no-undefined
4
5 pluginsdir  = $(pkglibdir)
6
7 plugins_LTLIBRARIES =
8
9 if HAVE_RSL
10 plugins_LTLIBRARIES += radar.la
11 radar_la_SOURCES = \
12         radar.c  radar.h \
13         level2.c level2.h \
14         ../aweather-colormap.c \
15         ../aweather-location.c
16 radar_la_LIBADD  = $(RSL_LIBS) $(GIS_LIBS) \
17                    $(addprefix $(top_srcdir)/lib/,$(gl_LTLIBOBJS))
18 endif
19
20 test:
21         ( cd ../; make test )
22
23 MAINTAINERCLEANFILES = Makefile.in