]> Pileus Git - aweather/commitdiff
Remove aweather-location.[ch] from plugins automake-fix
authorAndy Spencer <andy753421@gmail.com>
Fri, 8 Jul 2016 03:39:27 +0000 (03:39 +0000)
committerAndy Spencer <andy753421@gmail.com>
Fri, 8 Jul 2016 03:41:22 +0000 (03:41 +0000)
This causes a compile error with newer versions of automake and doesn't
seem to be needed anymore.

src/plugins/Makefile.am

index ae72af181aa334c4fb3c4cd4cd16ddcba0ea1c1d..6a00ebf263eecdaa5e8fa3b5c61340601384b4c2 100644 (file)
@@ -36,9 +36,7 @@ plugins_LTLIBRARIES += radar.la
 radar_la_SOURCES = \
        radar.c      radar.h \
        level2.c     level2.h \
 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
 radar_la_CPPFLAGS = \
        -DPKGDATADIR="\"$(DOTS)$(pkgdatadir)\"" \
        -I$(top_srcdir)/src