aboutsummaryrefslogtreecommitdiffstats
path: root/libical
diff options
context:
space:
mode:
authorPeter Teichman <teichman@src.gnome.org>2000-12-15 00:23:10 +0800
committerPeter Teichman <teichman@src.gnome.org>2000-12-15 00:23:10 +0800
commit1d56a90d3f9def4091c58fc965cc446e65586775 (patch)
tree7ad39238d00323bc600b8ba767cf8f2468d97c88 /libical
parentbf5e0bacd8954ba1cef33a75b98548163df39fbc (diff)
downloadgsoc2013-evolution-1d56a90d3f9def4091c58fc965cc446e65586775.tar.gz
gsoc2013-evolution-1d56a90d3f9def4091c58fc965cc446e65586775.tar.zst
gsoc2013-evolution-1d56a90d3f9def4091c58fc965cc446e65586775.zip
put icalproperty.h and icalvalue.h before icalcomponent.c in the
libical_la_SOURCES list, so they get built before it. svn path=/trunk/; revision=7010
Diffstat (limited to 'libical')
-rw-r--r--libical/src/libical/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libical/src/libical/Makefile.am b/libical/src/libical/Makefile.am
index ee5ba51c0e..b58e9e4109 100644
--- a/libical/src/libical/Makefile.am
+++ b/libical/src/libical/Makefile.am
@@ -16,6 +16,8 @@ INCLUDES = \
libical_la_LDFLAGS = -version-info 0:0:0
libical_la_SOURCES = \
+ icalproperty.h \
+ icalvalue.h \
icalcomponent.c \
icalcomponent.h \
icalenums.c \
@@ -32,7 +34,6 @@ libical_la_SOURCES = \
icalparser.c \
icalparser.h \
icalproperty.c \
- icalproperty.h \
icalrecur.c \
icalrecur.h \
icalrestriction.c \
@@ -42,7 +43,6 @@ libical_la_SOURCES = \
icaltypes.c \
icaltypes.h \
icalvalue.c \
- icalvalue.h \
icalyacc.h \
icalyacc.y \
pvl.c \
Rodney Dawes2003-10-032-1/+6 * Fix for 40917 "Backspace shouldn't highlight the whole remaining string inSuresh Chandrasekharan2003-10-032-13/+15 * zero out last_part if we're clearing. Uh, this fixes, but shouldn't, partNot Zed2003-10-024-43/+44 * turn off blocking writes. (efh_format_timeout): don't do a htmlbegin onNot Zed2003-10-023-16/+28 * Updated Norwegian (nynorsk) translation.Åsmund Skjæveland2003-10-012-583/+769 * new VOID:STRING,STRING,STRING build the new view/store/renderer/editableMike Kestner2003-10-0124-2290/+2712 * new, treeview renderer for combo cells new, GtkCellEditable for comboMike Kestner2003-10-016-0/+738 * Use "Sans Regular" instead of "Helvetica" Fixes bug #47878Rodney Dawes2003-10-012-1/+6 * fixed encoding for Spanish translators.Ismael Olea2003-09-302-2/+10 * remove gconf stuff. (em_format_html_set_xmailer_mask): new method to setNot Zed2003-09-308-61/+91 * Oops, put the arguments in the right order.Jeffrey Stedfast2003-09-302-1/+5 * removed subscribe-dialog.etspec and added another FIXME to em-folder-browser.cJeffrey Stedfast2003-09-303-10/+2 * link to libical-evolutionJP Rosevear2003-09-303-2/+8 * added a FIXME commentJeffrey Stedfast2003-09-301-1/+2 * updatedJeffrey Stedfast2003-09-272-0/+2 * updated cvsignoreJeffrey Stedfast2003-09-271-0/+1 * updateed cvsignoreJeffrey Stedfast2003-09-271-0/+1 * added .cvsignoreJeffrey Stedfast2003-09-271-0/+2 * ignore makefile.inJeffrey Stedfast2003-09-273-0/+3 * *** empty log message ***Jeffrey Stedfast2003-09-271-0/+2 * ignore Makefile.inJeffrey Stedfast2003-09-273-0/+3 * Updated Norwegian (nynorsk) translation.Åsmund Skjæveland2003-09-271-0/+4 * IPv6 implementation rewritten to use getnameinfo() which is the properJeffrey Stedfast2003-09-272-44/+11 * Updated Norwegian (nynorsk) translation.Åsmund Skjæveland2003-09-261-197/+213 * Updated Slovak translation.Stanislav Visnovsky2003-09-262-373/+312 * Allow any file: uri to point to a sent or drafts folder.Jeffrey Stedfast2003-09-262-2/+9 * Make the dialog more HIG-compliant by fixing widget alignment/spacingRodney Dawes2003-09-262-8/+7 * Make sure that res->ai_canonname is non-NULL and that it doesn't match theJeffrey Stedfast2003-09-262-1/+38 * fixed a comment spelling mistake and removede CAMEL_OBJECT() casting where it...Jeffrey Stedfast2003-09-261-12/+13 * Updated Slovak translation.Stanislav Visnovsky2003-09-262-1375/+882 * If the localhost lookup results in a numeric IPv6 host, use the formJeffrey Stedfast2003-09-252-1/+9 * Same as below.Jeffrey Stedfast2003-09-253-1/+21 * fixed ChangeLogJeffrey Stedfast2003-09-251-1/+6 * Same as below.Jeffrey Stedfast2003-09-253-2/+6 * More artwork from Jakub.Ettore Perazzoli2003-09-242-0/+4 * New artwork from Jakub.Ettore Perazzoli2003-09-242-0/+4 * some checking code added to ensure that end_offset and start_offset bothTim Wo2003-09-241-45/+118 * Remove flex check. Set ICAL_ERRORS_ARE_FATAL to 0.Hans Petter Jansson2003-09-248-55/+3252 * Don't xmlFree (name) until after we've g_strdup'd it. (em_migrate_dir): IfJeffrey Stedfast2003-09-242-8/+23 * If the CREATE flag is set and the parent .sbd directory does not exist,Jeffrey Stedfast2003-09-243-2/+19 * Don't xmlFree (name) until after we've g_strdup'd it.Jeffrey Stedfast2003-09-242-2/+5 * Fix for bug #48791 (and also fixes a FIXME)Jeffrey Stedfast2003-09-243-16/+55 * Updated.Åsmund Skjæveland2003-09-242-726/+608 * Don't forget to flush the iconv conversion.Jeffrey Stedfast2003-09-242-1/+6 * Don't try dot-files.Jeffrey Stedfast2003-09-243-0/+8 * Minor update.Åsmund Skjæveland2003-09-232-2375/+2470 * connect to "key_press_event" signal with key_press_event_callback.Charles Zhang2003-09-232-0/+43 * Add some assertion. Send Close response signal to the properties dialogCharles Zhang2003-09-232-2/+24 * ** See bug #32996Not Zed2003-09-233-2/+15 * ** See bug #41610Not Zed2003-09-232-1/+9 * Remove $(cxx_libs), it's undefined.Hans Petter Jansson2003-09-232-4/+9 * removed, moved to em-folder-view, for now, it has access to an invisible.Not Zed2003-09-233-15/+71 * Connect to "value-changed" rather than "changed" for spin buttons.Jeffrey Stedfast2003-09-232-1/+6 * implement, we hook into the mail progress reporting stuff by overridingNot Zed2003-09-233-1/+59 * Added "offline_sync" option, which lets you synchronise all mail to localNot Zed2003-09-2311-204/+316 * Listen to the "value-changed" signal rather than the "changed" signal.Jeffrey Stedfast2003-09-232-1/+6 * Fix the code that creates a new ssl stream to pass the correct argumentsJeffrey Stedfast2003-09-225-6/+24 * libical.la -> libical-evolution.laHans Petter Jansson2003-09-2220-4571/+128 * Fixes #1245. ECalendar should be usable with the keyboardBolian Yin2003-09-226-53/+362 * fixed a commentJeffrey Stedfast2003-09-201-1/+1 * Set the window title to be that of the message subject. Fixes bug #48617.Jeffrey Stedfast2003-09-202-1/+13 * Fix for bug #48618.Jeffrey Stedfast2003-09-204-9/+55 * remove the "addressbook.db.summary" correctly. #48538Gilbert Fang2003-09-192-3/+11 * use gtkhtml's blockingRadek Doulik2003-09-192-0/+5 * updated cvsignore fileJeffrey Stedfast2003-09-191-0/+3 * updated for CamelTransferEncoding namespace changesJeffrey Stedfast2003-09-194-11/+21 * New function to replace the one from camel-mime-part.cJeffrey Stedfast2003-09-1917-103/+142 * updated for CamelTransferEncoding namespace changesJeffrey Stedfast2003-09-193-14/+22 * namespaced the encoding/decoding routines.Jeffrey Stedfast2003-09-1910-52/+78 * s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-09-1945-911/+1076 * Updated for namespace changes in Camel.Jeffrey Stedfast2003-09-194-28/+34 * updated for camel namespace changesJeffrey Stedfast2003-09-1916-50/+88 * Initialise charset to NULL or it may be used uninitialised. Also includeJeffrey Stedfast2003-09-193-11/+21 * make the code be compliant with C89, or it can't be compiled on solaris.Tim Wo2003-09-181-12/+59 * And now with correct charset. Sorry.Åsmund Skjæveland2003-09-182-803/+809 * cvs removed.Not Zed2003-09-1877-15950/+16729 * ** Merge in mail-refactor-2-branchNot Zed2003-09-183-38/+31 * Moved EditCopy EditPaste, and EditCut here.Not Zed2003-09-183-8/+28 * New source file to migrate from the old mbox structure to the new mboxJeffrey Stedfast2003-09-183-2/+423 * Implement a temp hack so trunk works until we merge in new-ui-branch.Jeffrey Stedfast2003-09-172-10/+19 * type should be a GType. (rule_context_add_rule_set): Likewise. UpdateJeremy Katz2003-09-173-6/+13 * update for newer gtkhtmlRadek Doulik2003-09-172-2/+2 * require newer gtkhtmlRadek Doulik2003-09-171-1/+1 * Don't warning about how we haven't written anything to the stream, this isJeffrey Stedfast2003-09-172-4/+9 * Roughly two hundred strings translated or defuzzed. Still a long way to goÅsmund Skjæveland2003-09-172-1755/+1991 * removed libwombat reference.Rodrigo Moya2003-09-172-1/+4 * forgot to commit. new search types xml file.Michael Zucci2003-09-171-0/+529 * removed dead code.Not Zed2003-09-167-239/+100 * ** See Natzilla task #47524Not Zed2003-09-164-5/+41 * (header_new_recipient): Make the entryEttore Perazzoli2003-09-162-1/+7 * Update date translation on reply...Marco Ciampa2003-09-152-3/+7 * change last_notification_time's type from string to int.Harry Lu2003-09-152-1/+6 * Implements CamelLocalFolder::get_full_path() (publicly namespaced so thatJeffrey Stedfast2003-09-13