From: Andy Spencer Date: Thu, 16 Feb 2012 21:50:39 +0000 (+0000) Subject: Update for 0.7 and gps plugin X-Git-Url: http://www.pileus.org/git/?a=commitdiff_plain;h=66954635170ff696ea2e7c2fe88a5594047b4bd3;p=~andy%2Faweather-pkg Update for 0.7 and gps plugin --- 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)"