eog r4610 - in trunk: . src



Author: friemann
Date: Mon Jun 16 11:47:48 2008
New Revision: 4610
URL: http://svn.gnome.org/viewvc/eog?rev=4610&view=rev

Log:
2008-06-16  Felix Riemann  <friemann svn gnome org>

	* src/Makefile.am: Explicitly depend on zlib. Fixes build errors on
	Solaris. Fixes bug #537758 (Damien Carbery).


Modified:
   trunk/ChangeLog
   trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	(original)
+++ trunk/src/Makefile.am	Mon Jun 16 11:47:48 2008
@@ -153,7 +153,8 @@
 	-DEOG_PLUGIN_DIR=\""$(libdir)/eog/plugins"\"
 
 libeog_la_LIBADD = \
-	$(EOG_LIBS)
+	$(EOG_LIBS) \
+	-lz
 
 if ENABLE_PYTHON
 libeog_la_CFLAGS += 			\



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