[libgweather] test_locations does not need internal symbols



commit 466dea7803337052b4bf4602e5b9d0cffeba3a47
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sun Jul 21 18:09:29 2013 +0200

    test_locations does not need internal symbols
    
    Let's link it with the public library instead.

 libgweather/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgweather/Makefile.am b/libgweather/Makefile.am
index 0ea7152..afe336b 100644
--- a/libgweather/Makefile.am
+++ b/libgweather/Makefile.am
@@ -62,7 +62,7 @@ test_metar_CPPFLAGS = $(AM_CPPFLAGS) $(LIBSOUP_CFLAGS)
 test_metar_LDADD = libgweather-internal-3.la $(GTK_LIBS)
 
 test_locations_SOURCES = test_locations.c
-test_locations_LDADD = libgweather-internal-3.la $(GTK_LIBS)
+test_locations_LDADD = libgweather-3.la $(GTK_LIBS)
 
 test_sun_moon_SOURCES = test_sun_moon.c
 test_sun_moon_CPPFLAGS = $(AM_CPPFLAGS) $(LIBSOUP_CFLAGS)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]