evolution r35335 - in trunk/calendar: . gui gui/dialogs



Author: mcrha
Date: Mon Apr  7 15:29:10 2008
New Revision: 35335
URL: http://svn.gnome.org/viewvc/evolution?rev=35335&view=rev

Log:
2008-04-07  Ondrej Jirman  <megous megous com>

	** Fix for bug #525234

	* gui/Makefile.am:
	* gui/dialogs/Makefile.am: Install more include files that are
	useful to the out of tree evolution plugins.



Modified:
   trunk/calendar/ChangeLog
   trunk/calendar/gui/Makefile.am
   trunk/calendar/gui/dialogs/Makefile.am

Modified: trunk/calendar/gui/Makefile.am
==============================================================================
--- trunk/calendar/gui/Makefile.am	(original)
+++ trunk/calendar/gui/Makefile.am	Mon Apr  7 15:29:10 2008
@@ -33,7 +33,9 @@
 ecalendarincludedir = $(privincludedir)/calendar/gui
 
 ecalendarinclude_HEADERS =	\
-	e-cal-config.h
+	e-cal-config.h		\
+	e-cal-popup.h		\
+	itip-utils.h
 
 search_files = tasktypes.xml memotypes.xml caltypes.xml
 

Modified: trunk/calendar/gui/dialogs/Makefile.am
==============================================================================
--- trunk/calendar/gui/dialogs/Makefile.am	(original)
+++ trunk/calendar/gui/dialogs/Makefile.am	Mon Apr  7 15:29:10 2008
@@ -13,6 +13,12 @@
 	-DPREFIX=\""$(prefix)"\"					\
 	$(EVOLUTION_CALENDAR_CFLAGS)
 
+ecalendarincludedir = $(privincludedir)/calendar/gui/dialogs
+
+ecalendarinclude_HEADERS =	\
+	comp-editor-page.h	\
+	comp-editor.h
+
 noinst_LTLIBRARIES = libcal-dialogs.la
 
 libcal_dialogs_la_LIBADD =					\



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