eog r4610 - in trunk: . src
- From: friemann svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: eog r4610 - in trunk: . src
 
- Date: Mon, 16 Jun 2008 11:47:48 +0000 (UTC)
 
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]