aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Jirman <megous@megous.com>2008-04-07 22:29:10 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-04-07 22:29:10 +0800
commit6c91d2342fc0c7f5030e22446b4158a8e592e539 (patch)
treeb9835ee31829abc6517ba4d55a5a18bd5ecb1c65
parent265098610dd94ffb19dfcb188329ec0e11dcbdb6 (diff)
downloadgsoc2013-evolution-6c91d2342fc0c7f5030e22446b4158a8e592e539.tar
gsoc2013-evolution-6c91d2342fc0c7f5030e22446b4158a8e592e539.tar.gz
gsoc2013-evolution-6c91d2342fc0c7f5030e22446b4158a8e592e539.tar.bz2
gsoc2013-evolution-6c91d2342fc0c7f5030e22446b4158a8e592e539.tar.lz
gsoc2013-evolution-6c91d2342fc0c7f5030e22446b4158a8e592e539.tar.xz
gsoc2013-evolution-6c91d2342fc0c7f5030e22446b4158a8e592e539.tar.zst
gsoc2013-evolution-6c91d2342fc0c7f5030e22446b4158a8e592e539.zip
** Fix for bug #525234
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. svn path=/trunk/; revision=35335
-rw-r--r--calendar/ChangeLog8
-rw-r--r--calendar/gui/Makefile.am4
-rw-r--r--calendar/gui/dialogs/Makefile.am6
3 files changed, 17 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 566438b097..fd7e79f3d7 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
2008-04-02 Matthew Barnes <mbarnes@redhat.com>
* gui/Makefile.am:
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index 423541f49f..a6908118da 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -33,7 +33,9 @@ component_LTLIBRARIES = libevolution-calendar.la
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
diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am
index 2ade11efa0..6dd8a4cd77 100644
--- a/calendar/gui/dialogs/Makefile.am
+++ b/calendar/gui/dialogs/Makefile.am
@@ -13,6 +13,12 @@ INCLUDES = \
-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 = \