From 66954635170ff696ea2e7c2fe88a5594047b4bd3 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Thu, 16 Feb 2012 21:50:39 +0000 Subject: [PATCH] Update for 0.7 and gps plugin --- config.mk.sample | 4 ++-- src/Makefile | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.mk.sample b/config.mk.sample index 0a67df5..f514093 100644 --- a/config.mk.sample +++ b/config.mk.sample @@ -1,7 +1,7 @@ FILES = /scratch/aweather-pkg/files -VER_AWEATHER = 0.6.1 -VER_GRITS = 0.6.2 +VER_AWEATHER = 0.7 +VER_GRITS = 0.7 VER_RSL = 1.42 SRC_AWEATHER = /scratch/aweather diff --git a/src/Makefile b/src/Makefile index efc6c22..5ad25d6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -24,6 +24,7 @@ aweather-gen: cd $(SRC_AWEATHER); \ PKG_CONFIG_PATH="$(SRC_GRITS)/src" \ ./autogen.sh \ + --enable-gps \ --datadir="$(SRC_AWEATHER)/data" \ --libdir="$(SRC_AWEATHER)/src/plugins" \ CFLAGS="-g -Werror $(CFLAGS)" -- 2.43.2