From 79a747b51606f049f732a26bcac4baa0869c3655 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Fri, 8 Jul 2016 03:39:27 +0000 Subject: [PATCH] Remove aweather-location.[ch] from plugins This causes a compile error with newer versions of automake and doesn't seem to be needed anymore. --- src/plugins/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index ae72af1..6a00ebf 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -36,9 +36,7 @@ plugins_LTLIBRARIES += radar.la radar_la_SOURCES = \ radar.c radar.h \ level2.c level2.h \ - radar-info.c radar-info.h \ - ../aweather-location.c \ - ../aweather-location.h + radar-info.c radar-info.h radar_la_CPPFLAGS = \ -DPKGDATADIR="\"$(DOTS)$(pkgdatadir)\"" \ -I$(top_srcdir)/src -- 2.43.2