eog r4815 - in trunk: . src



Author: csaavedra
Date: Sun Oct 12 11:48:08 2008
New Revision: 4815
URL: http://svn.gnome.org/viewvc/eog?rev=4815&view=rev

Log:
2008-10-12  Claudio Saavedra  <csaavedra igalia com>

	* src/Makefile.am: Install metadata related headers properly.
	Fixes bug #555942 (Pierre-Luc Beaudoin)



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

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	(original)
+++ trunk/src/Makefile.am	Sun Oct 12 11:48:08 2008
@@ -118,10 +118,11 @@
 	$(INST_H_FILES)
 
 if HAVE_EXIF
-libeog_la_SOURCES +=			\
+INST_H_FILES +=				\
 	eog-exif-util.h			\
+	eog-exif-details.h
+libeog_la_SOURCES +=			\
 	eog-exif-util.c			\
-	eog-exif-details.h		\
 	eog-exif-details.c
 endif
 
@@ -134,8 +135,9 @@
 endif
 
 if HAVE_EXEMPI
+INST_H_FILES +=				\
+	eog-exif-details.h
 libeog_la_SOURCES +=			\
-	eog-exif-details.h		\
 	eog-exif-details.c
 endif
 



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