]> Pileus Git - aweather/blob - src/plugins/Makefile.am
Add some files dist tarballs
[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-colormap.h \
16         ../aweather-location.c \
17         ../aweather-location.h
18 radar_la_LIBADD  = $(RSL_LIBS) $(GIS_LIBS) \
19                    $(addprefix $(top_srcdir)/lib/,$(gl_LTLIBOBJS))
20 endif
21
22 test:
23         ( cd ../; make test )
24
25 MAINTAINERCLEANFILES = Makefile.in