libgweather r486 - in trunk: . libgweather



Author: danw
Date: Fri Oct 17 14:34:30 2008
New Revision: 486
URL: http://svn.gnome.org/viewvc/libgweather?rev=486&view=rev

Log:
	* libgweather/Makefile.am (libgweather_la_LIBADD): add -lm.
	#551215, Frederic Peters.

	* libgweather/gweather.pc.in: move -lm from Libs to Libs.private


Modified:
   trunk/ChangeLog
   trunk/libgweather/Makefile.am
   trunk/libgweather/gweather.pc.in

Modified: trunk/libgweather/Makefile.am
==============================================================================
--- trunk/libgweather/Makefile.am	(original)
+++ trunk/libgweather/Makefile.am	Fri Oct 17 14:34:30 2008
@@ -42,6 +42,7 @@
 	-DGWEATHER_XML_LOCATION_DIR=\""$(pkgdatadir)"\"
 
 libgweather_la_LIBADD = \
+	-lm		\
 	$(GTK_LIBS)	\
 	$(LIBXML_LIBS)	\
 	$(LIBSOUP_LIBS)	\

Modified: trunk/libgweather/gweather.pc.in
==============================================================================
--- trunk/libgweather/gweather.pc.in	(original)
+++ trunk/libgweather/gweather.pc.in	Fri Oct 17 14:34:30 2008
@@ -10,5 +10,6 @@
 Version: @VERSION@
 Requires: glib-2.0 gobject-2.0 gdk-pixbuf-2.0 gtk+-2.0 gconf-2.0
 Requires.private: libxml-2.0 libsoup-2.4
-Libs: -L${libdir} -lgweather -lm
+Libs: -L${libdir} -lgweather
+Libs.private: -lm
 Cflags: -I${includedir}



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