diff options
-rw-r--r-- | libmateweather/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libmateweather/Makefile.am b/libmateweather/Makefile.am index 8e7d07f..5bfab60 100644 --- a/libmateweather/Makefile.am +++ b/libmateweather/Makefile.am @@ -65,14 +65,14 @@ libmateweather_la_LDFLAGS = \ test_metar_SOURCES = test_metar.c test_metar_CPPFLAGS = $(AM_CPPFLAGS) $(LIBSOUP_CFLAGS) -test_metar_LDADD = libmateweather.la +test_metar_LDADD = libmateweather.la $(GTK_LIBS) test_locations_SOURCES = test_locations.c -test_locations_LDADD = libmateweather.la +test_locations_LDADD = libmateweather.la $(GTK_LIBS) test_sun_moon_SOURCES = test_sun_moon.c test_sun_moon_CPPFLAGS = $(AM_CPPFLAGS) $(LIBSOUP_CFLAGS) -test_sun_moon_LDADD = libmateweather.la +test_sun_moon_LDADD = libmateweather.la $(GTK_LIBS) mateweather-enum-types.h: $(mateweather_new_headers) $(AM_V_GEN)( cd $(srcdir) && $(GLIB_MKENUMS) --template mateweather-enum-types.h.tmpl \ |