From ab0046950a25aaa8925f0aa5e637961f0c5cc0a1 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Mon, 28 Jan 2013 02:58:20 +0000 Subject: [PATCH] Update compat includes --- src/Makefile.am | 2 ++ src/plugins/alert.c | 2 +- src/plugins/gps-plugin.c | 2 +- src/plugins/level2.c | 2 +- src/plugins/radar.c | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 6ac5415..c37ed21 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,6 +7,8 @@ if !SYS_MAC AM_LDFLAGS += -Wl,--as-needed endif +EXTRA_DIST = compat.h + bin_PROGRAMS = aweather wsr88ddec aweather_SOURCES = main.c \ aweather-gui.c aweather-gui.h \ diff --git a/src/plugins/alert.c b/src/plugins/alert.c index cc9f946..3ab84a9 100644 --- a/src/plugins/alert.c +++ b/src/plugins/alert.c @@ -24,7 +24,7 @@ #include "alert.h" #include "alert-info.h" -#include "compat.h" +#include "../compat.h" #define MSG_INDEX "http://alerts.weather.gov/cap/us.php?x=0" #define CONFIG_HEIGHT 3 diff --git a/src/plugins/gps-plugin.c b/src/plugins/gps-plugin.c index d162cfd..fe693e3 100644 --- a/src/plugins/gps-plugin.c +++ b/src/plugins/gps-plugin.c @@ -40,7 +40,7 @@ #include "level2.h" #include "../aweather-location.h" -#include "compat.h" +#include "../compat.h" /* interval to update map with new gps data in seconds. */ #define GPS_UPDATE_INTERVAL (2) diff --git a/src/plugins/level2.c b/src/plugins/level2.c index f4d94fa..573746a 100644 --- a/src/plugins/level2.c +++ b/src/plugins/level2.c @@ -23,7 +23,7 @@ #include "level2.h" -#include "compat.h" +#include "../compat.h" #define ISO_MIN 30 #define ISO_MAX 80 diff --git a/src/plugins/radar.c b/src/plugins/radar.c index 2dcea83..560adc8 100644 --- a/src/plugins/radar.c +++ b/src/plugins/radar.c @@ -30,7 +30,7 @@ #include "level2.h" #include "../aweather-location.h" -#include "compat.h" +#include "../compat.h" static void aweather_bin_set_child(GtkBin *bin, GtkWidget *new) { -- 2.43.2