]> Pileus Git - aweather/commitdiff
Update compat includes
authorAndy Spencer <andy753421@gmail.com>
Mon, 28 Jan 2013 02:58:20 +0000 (02:58 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 28 Jan 2013 02:58:20 +0000 (02:58 +0000)
src/Makefile.am
src/plugins/alert.c
src/plugins/gps-plugin.c
src/plugins/level2.c
src/plugins/radar.c

index 6ac5415bb013c639c7e0d4bcc2afc19c6b49241e..c37ed21a50f974a63e36dcb679fedd0d47323851 100644 (file)
@@ -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 \
index cc9f9468c80dc5e98e3a2a436ad083b85d2a9bea..3ab84a98b29d79af12f7b4636fb0593ee1336459 100644 (file)
@@ -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
index d162cfd15cec14a2e0ce76675bef48f6c6dea0c0..fe693e325423a07852e398867038557f8a32fc1f 100644 (file)
@@ -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)
index f4d94fa0fd97e277c6d1bf232371fd532354451f..573746a9c7ba0f8268a5ed09429339436d75f9b3 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "level2.h"
 
-#include "compat.h"
+#include "../compat.h"
 
 #define ISO_MIN 30
 #define ISO_MAX 80
index 2dcea83986dc6a0ad45400998a8c0e85d8789b6b..560adc830f3f7f347b56c74de5e02c043d8fcc81 100644 (file)
@@ -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)
 {