Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > 9a477a638fc05ab14da9af5763cc95cb > files > 1

eweather-0.2.0-0.20091213.1mdv2010.1.src.rpm

--- src/plugins/google/Makefile.am~	2009-12-13 15:07:32.000000000 +0100
+++ src/plugins/google/Makefile.am	2009-12-14 03:07:58.000000000 +0100
@@ -11,7 +11,7 @@
 pkg_LTLIBRARIES = google.la
 google_la_SOURCES = google.c
 google_la_DEPENDENCIES = $(top_builddir)/config.h
-google_la_LIBADD = @E_LIBS@
+google_la_LIBADD = @E_LIBS@ $(top_builddir)/src/lib/libeweather.la
 google_la_LDFLAGS = -module -avoid-version
 
 
--- src/plugins/test/Makefile.am~	2009-11-08 19:40:04.000000000 +0100
+++ src/plugins/test/Makefile.am	2009-12-14 03:08:11.000000000 +0100
@@ -7,7 +7,7 @@
 pkg_LTLIBRARIES = test.la
 test_la_SOURCES = test.c
 test_la_DEPENDENCIES = $(top_builddir)/config.h
-test_la_LIBADD = @E_LIBS@
+test_la_LIBADD = @E_LIBS@ $(top_builddir)/src/lib/libeweather.la
 test_la_LDFLAGS = -module -avoid-version
 
 
--- src/plugins/yahoo/Makefile.am~	2009-12-13 15:07:32.000000000 +0100
+++ src/plugins/yahoo/Makefile.am	2009-12-14 03:08:26.000000000 +0100
@@ -10,7 +10,7 @@
 pkg_LTLIBRARIES = yahoo.la
 yahoo_la_SOURCES = yahoo.c
 yahoo_la_DEPENDENCIES = $(top_builddir)/config.h
-yahoo_la_LIBADD = @E_LIBS@
+yahoo_la_LIBADD = @E_LIBS@ $(top_builddir)/src/lib/libeweather.la
 yahoo_la_LDFLAGS = -module -avoid-version