]> Pileus Git - aweather/blobdiff - src/plugins/Makefile.am
Remove marching code (now in marching branch)
[aweather] / src / plugins / Makefile.am
index 2dd2031ca40d67e3dd8f6c63dcf15d5bc799dca8..cf4029a75607fcde2068f866b86382c7a6664828 100644 (file)
@@ -1,18 +1,21 @@
 AM_CFLAGS   = -Wall --std=gnu99  -I../
 AM_CPPFLAGS = $(GIS_CFLAGS)
-AM_LDFLAGS  = -module -avoid-version
+AM_LDFLAGS  = -module -avoid-version -no-undefined
 LIBS        = $(GIS_LIBS)
 
-pluginsdir = $(PLUGINSDIR)
+pluginsdir  = $(pkglibdir)
 
 plugins_LTLIBRARIES =
 
 if HAVE_RSL
 plugins_LTLIBRARIES += radar.la
 radar_la_SOURCES = radar.c   radar.h \
-       marching.c marching.h \
-       radar-colormap.c
+       radar-colormap.c \
+       ../aweather-location.c
 radar_la_LDFLAGS = $(AM_LDFLAGS) $(RSL_LIBS)
 endif
 
+test:
+       ( cd ../; make test )
+
 MAINTAINERCLEANFILES = Makefile.in