[geocode-glib] ip-server: geocode-update isn't a test program
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geocode-glib] ip-server: geocode-update isn't a test program
- Date: Thu, 21 Mar 2013 07:58:57 +0000 (UTC)
commit 56770c015aca9c14271848070066946f9bf04f5a
Author: Bastien Nocera <hadess hadess net>
Date: Thu Mar 21 08:58:05 2013 +0100
ip-server: geocode-update isn't a test program
So don't tag it as one, otherwise "make check" would try to
run it.
geocode-glib/geocode-ip-server/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/geocode-glib/geocode-ip-server/Makefile.am b/geocode-glib/geocode-ip-server/Makefile.am
index 76d774e..7c7d9e0 100644
--- a/geocode-glib/geocode-ip-server/Makefile.am
+++ b/geocode-glib/geocode-ip-server/Makefile.am
@@ -4,7 +4,9 @@ BUILT_GIRSOURCES =
AM_CFLAGS = -I$(top_srcdir) $(GEOCODE_SERVER_CFLAGS) $(COMMON_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED)
-DGEOIP_DATABASE_PATH=\""$(GEOIP_DATABASE_PATH)"\"
-TEST_PROGS += geoip-lookup geoip-update
+bin_PROGRAMS = geoip-update
+
+TEST_PROGS += geoip-lookup
noinst_PROGRAMS = $(TEST_PROGS)
geoip_lookup_LDADD = $(GEOCODE_SERVER_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]