aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-11-06 06:47:36 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-11-06 06:47:36 +0800
commit7827d488b3723df285f42734e658f8d7e12d93ed (patch)
tree8d70a6d64de11367e197fd11d009911b3b2efe47
parent20a1f88f75f89e2f041bf700b8d8efca08bcfc32 (diff)
downloadgsoc2013-evolution-7827d488b3723df285f42734e658f8d7e12d93ed.tar.gz
gsoc2013-evolution-7827d488b3723df285f42734e658f8d7e12d93ed.tar.zst
gsoc2013-evolution-7827d488b3723df285f42734e658f8d7e12d93ed.zip
use privincludedir
2003-11-05 JP Rosevear <jpr@ximian.com> * libebook/Makefile.am: use privincludedir * libedatabook/Makefile.am: ditto * libedatabook/libedatabook-1.0.pc.in: use privincludedir; remove gal * libebook/libebook-1.0.pc.in: ditto 2003-11-05 JP Rosvear <jpr@ximian.com> * libecal/Makefile.am: use privincludedir * libedatacal/Makefile.am: ditto * libecal/libecal-1.0.pc.in: ditto * libedatacal/libedatacal-1.0.pc.in: use privincludedir; remove gal 2003-11-05 JP Rosevear <jpr@ximian.com> * configure.in: make the priv*dir's sane * libedataserver/libedataserver-1.0.pc.in: use privincludedir; remove gal * libedataserver/ename/Makefile.am: ditto * libedataserver/Makefile.am: install to privincludedir 2003-11-05 JP Rosevear <jpr@ximian.com> * src/libical/Makefile.am: ditto * src/libicalvcal/Makefile.am: ditto * src/libicalss/Makefile.am: don't install the library svn path=/trunk/; revision=23194
-rw-r--r--libical/src/libical/Makefile.am4
-rw-r--r--libical/src/libicalss/Makefile.am4
-rw-r--r--libical/src/libicalvcal/Makefile.am2
3 files changed, 5 insertions, 5 deletions
diff --git a/libical/src/libical/Makefile.am b/libical/src/libical/Makefile.am
index 1d3ea027c5..ddf1f6987f 100644
--- a/libical/src/libical/Makefile.am
+++ b/libical/src/libical/Makefile.am
@@ -2,7 +2,7 @@
# FILE: Makefile.am
# CREATOR: eric
#
-# $Id: Makefile.am,v 1.43 2003/11/05 19:26:40 jpr Exp $
+# $Id: Makefile.am,v 1.44 2003/11/05 22:47:34 jpr Exp $
#
#
# (C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org
@@ -113,7 +113,7 @@ libical_evolution_cxx_la_SOURCES = \
icptrholder.h
endif
-libical_evolutionincludedir = $(includedir)/evolution-data-server-1.0/libical
+libical_evolutionincludedir = $(privincludedir)/libical
libical_evolutioninclude_HEADERS = \
ical.h \
diff --git a/libical/src/libicalss/Makefile.am b/libical/src/libicalss/Makefile.am
index 14ba3f5d02..9fd810b653 100644
--- a/libical/src/libicalss/Makefile.am
+++ b/libical/src/libicalss/Makefile.am
@@ -2,7 +2,7 @@
# FILE: Makefile.am
# CREATOR: eric
#
-# $Id: Makefile.am,v 1.23 2003/11/05 19:26:41 jpr Exp $
+# $Id: Makefile.am,v 1.24 2003/11/05 22:47:35 jpr Exp $
#
#
# (C) COPYRIGHT 2000, Eric Busboom, http://www.softwarestudio.org
@@ -94,7 +94,7 @@ libicalss_evolution_la_SOURCES = \
$(BDB_SOURCEFILES) \
$(libicalss_evolution_la_DEVSOURCES)
-libicalssincludedir = $(includedir)/evolution-data-server-1.0/libical
+libicalssincludedir = $(privincludedir)/libical
COMBINEDHEADERS = \
$(srcdir)/icalgauge.h \
diff --git a/libical/src/libicalvcal/Makefile.am b/libical/src/libicalvcal/Makefile.am
index 44e266f4c4..b57a020049 100644
--- a/libical/src/libicalvcal/Makefile.am
+++ b/libical/src/libicalvcal/Makefile.am
@@ -24,7 +24,7 @@ libicalvcal_evolution_la_SOURCES = \
vcaltmp.c \
$(libicalvcal_evolution_la_DEVSOURCES)
-libicalvcal_evolutionincludedir = $(includedir)/evolution-data-server-1.0/libical
+libicalvcal_evolutionincludedir = $(privincludedir)/libical
libicalvcal_evolutioninclude_HEADERS = \
icalvcal.h \
d>Bug #641343 - Cannot scroll to bottom of folder list while draggingMilan Crha2011-06-301-10/+1 * Bug #550867 - Showing location in meetingsMilan Crha2011-06-302-20/+54 * Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-06-302-4909/+5671 * Bug #623593 - Cannot drag&drop attached messages from mailsMilan Crha2011-06-303-7/+111 * Bug #608804 - Some attachments make evolution crash in libicalMilan Crha2011-06-301-1/+13 * Bug #434972 - Reply does not detect "RE :" subject prefixMilan Crha2011-06-302-5/+26 * Bug #640829 - Can drop text/plain message lines in message previewMilan Crha2011-06-301-2/+5 * post release version bumpChenthill Palanisamy2011-06-301-1/+1 * News update for 2.91.90 releaseChenthill Palanisamy2011-06-301-0/+56 * Update Czech translation by Jiri EischmannPetr Kovar2011-06-301-6028/+4648 * Updated Spanish translationJorge González2011-06-302-278/+273 * Updated Spanish translationJorge González2011-06-301-782/+783 * Coding style and whitespace cleanup.Matthew Barnes2011-06-3023-41/+82 * Bug #639483 - Category list includes weather informationMilan Crha2011-06-3010-9/+42 * Bug #639043 - Alarm notify snooze time not properly adjustableChris Hemsing2011-06-302-16/+65 * Bug #642121 - Won't build with --with-clutter due missing includeDan Vrátil2011-06-301-0/+1 * Bug 642566 - Picture Gallery, not Image GalleryMatthew Barnes2011-06-301-1/+1 * Order matters, process master object first, then detached instancesMilan Crha2011-06-301-2/+40 * Bug #638307 - Error when sending mail after converting to maildirMilan Crha2011-06-301-2/+2 * Updated Gujarati TranslationsSweta Kothari2011-06-301-503/+333 * Bug #642088 - Crash when changing advanced send options in GroupWiseMilan Crha2011-06-302-11/+38 * Bug #638478 - During sending fails to parse X-Evolution-PostTo fieldMilan Crha2011-06-301-1/+1 * Bug #638391 - Always passing NULL to emu_addr_cancel_book()Milan Crha2011-06-301-5/+9 * Bug #638333 - Critical warning when invoking File->New->Mail FolderMilan Crha2011-06-307-12/+33 * Bug #640802 - [express] Message preview automatically switches to vertical viewMilan Crha2011-06-301-1/+1 * Bug #255973 - Contact preview waste space and cosmetic correctionDan Vrátil2011-06-303-148/+257 * Slightly nicer EAlertDialog after move to gtk3Milan Crha2011-06-302-7/+13 * Updated Gujarati TranslationsSweta Kothari2011-06-301-1502/+530 * Updated Gujarati TranslationsSweta Kothari2011-06-301-6/+6 * Updated Gujarati TranslationsSweta Kothari2011-06-301-575/+283 * Updated Asturian translationXandru Armesto2011-06-301-14645/+16763 * Fix few memory leaksMilan Crha2011-06-3012-27/+76 * Require libsoup-gnome-2.4 instead of libsoup-2.4.Matthew Barnes2011-06-301-1/+1 * Updated Gujarati TranslationsSweta Kothari2011-06-301-12363/+12436 * Updated Galician translationsFran Diéguez2011-06-301-596/+600 * Updated Korean translationChangwoo Ryu2011-06-301-4724/+5072 * Bug 642171 - Implicit libgnome dependency for lockdown GConf keysMatthew Barnes2011-06-305-0/+25 * Remove NULL checks for GObject methods.Matthew Barnes2011-06-30117-291/+240 * Updated Norwegian bokmål translation.Kjartan Maraas2011-06-301-366/+363 * Bump GTK+ requirement to 3.0.Matthew Barnes2011-06-301-2/+2 * Bug #638057 - Evolution --express doesn't remember status bar settingMilan Crha2011-06-301-10/+4 * Bug #637924 - Shows duplicate sentence while click "Back-Sending" buttonGary Lin2011-06-301-15/+33 * Bug #637923 - Wrap long text in Yahoo email setupFrederic Crozat2011-06-301-0/+2 * Bug #637727 - Sent/Draft folder not set in startup-wizard accountMilan Crha2011-06-302-2/+14 * Bug #637493 - Fails to build with --enable-profiling configure optionMilan Crha2011-06-301-5/+5 * Fix a build break due to #error pragmaMilan Crha2011-06-301-4/+15 * Bug #636408 - Loss of data on removal of an IMAP folder with an asteriskMilan Crha2011-06-301-2/+26 * Bug #641502 - Flickering while resizing the mail listMilan Crha2011-06-303-45/+47 * Bug #641701 - Issues with pst-import pluginMilan Crha2011-06-301-12/+23 * Do not perform the summary consistency check on local folders, 'On this Compu...Chenthill Palanisamy2011-06-301-0/+1 * Bug 641756 - Fix warnings from GCC 4.6Kjartan Maraas2011-06-3044-247/+23 * Updated Spanish translationDaniel Mustieles2011-06-301-93/+96 * Remove dropped help figures from Makefile.am tooMilan Crha2011-06-301-2/+0 * Bug #634571 - Check for 'mono-2' rather than 'mono' packageMilan Crha2011-06-301-3/+1 * Bug #641451 - Crash in folder_selection_button_newBharath Acharya2011-06-302-10/+20 * Updated Norwegian bokmål translation.Kjartan Maraas2011-06-301-1460/+1489 * Updated Norwegian bokmål translationKjartan Maraas2011-06-301-438/+468 * Composer: Add Edit -> PreferencesMatthew Barnes2011-06-305-28/+71 * Fix cairo-gobject.h include pathMilan Crha2011-06-301-1/+1 * [l10n] Updated Estonian translationIvar Smolin2011-06-301-7/+12 * Bug #641011 - Ugly appointment editing windowsMilan Crha2011-06-307-2/+17 * Fix image dropping in composer while in HTML mode.Matthew Barnes2011-06-303-1/+92 * Bug 222423 - Support Face headersDan Vrátil2011-06-302-13/+11 * [l10n] Updated Estonian translationIvar Smolin2011-06-301-1/+1 * [l10n] Updated Estonian translationIvar Smolin2011-06-301-36/+35 * Bump gtk_minimum_version to 2.99.3.Matthew Barnes2011-06-301-1/+1 * Fix champlain-gtk checks in configure.ac.Matthew Barnes2011-06-301-5/+2 * Bug #640801 - Workaround gtk3 bugMilan Crha2011-06-302-1/+6 * [l10n] Updated German doc translationMario Blättermann2011-06-301-4634/+5054 * Bug #635144 - Using external editor duplicates signatureMilan Crha2011-06-307-29/+22 * bug #641069 - tnef plugin vulnerabilitiesPunit Jain2011-06-301-33/+69 * Updated Spanish translationJorge González2011-06-301-4/+3 * Add translator comment. See bug #641020.Andre Klapper2011-06-301-0/+1 * Bug 641003 - Build failure in mail-cappletVibha Yadav2011-06-301-0/+2 * post release version bumpChenthill Palanisamy2011-06-301-1/+1 * News update for 2.91.6 releaseChenthill Palanisamy2011-06-301-0/+61 * libchamplain-0.8 exists now.Matthew Barnes2011-06-301-1/+1 * [l10n] Updated Estonian translationIvar Smolin2011-06-301-18/+26 * More whitespace cleanup.Matthew Barnes2011-06-30127-2821/+2875 * Updated Spanish translationJorge González2011-06-301-1382/+1359 * Updated Galician translationsFran Diéguez2011-06-301-1278/+1281 * Fix distcheck error.Matthew Barnes2011-06-301-1/+0 * Coding style and whitespace cleanup.Matthew Barnes2011-06-3069-620/+1271 * gladeui is 2.0 nowMilan Crha2011-06-302-3/+3 * Bug 640760 - New mail "stuck" if missing attachment dialog cancelledMatthew Barnes2011-06-301-0/+3 * Bug #640707 - Crash on 'Add to address book'->'Edit full' clickMilan Crha2011-06-302-3/+1 * Bug #640706 - Can't edit filter/advance search conditionMilan Crha2011-06-302-4/+2 * Bug #640704 - Replace GtkWindow::allow_shrink/grow with resizableMilan Crha2011-06-302-5/+3 * Updated Basque languageInaki Larranaga Murgoitio2011-06-301-6061/+4587 * Bug #640536 - Warnings when adding a google account in express modeMilan Crha2011-06-301-12/+8 * QA of Galician translationsFran Diéguez2011-06-301-404/+405 * [l10n] Updated Estonian translationIvar Smolin2011-06-301-21/+6 * Require the latest gtk+-3.0 release until 3.0.Matthew Barnes2011-06-301-1/+1 * Adapt EMFolderTree to latest gtk+-3.0 API.Matthew Barnes2011-06-301-5/+3 * Adapt EWeekView + widgets to latest gtk+-3.0 API.Matthew Barnes2011-06-304-62/+25 * Adapt EDayView + widgets to latest gtk+-3.0 API.Matthew Barnes2011-06-304-137/+46 * Adapt ETree to latest gtk+-3.0 API.Matthew Barnes2011-06-302-52/+58 * Adapt ECell classes to latest gtk+-3.0 API.Matthew Barnes2011-06-3010-121/+69 * Adapt ETableHeaderItem to latest gtk+-3.0 API.Matthew Barnes2011-06-30