aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-notification/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add missing linker flags.Matthew Barnes2012-01-191-9/+10
|
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-0/+1
| | | | | | | These libraries are bound for E-D-S so they live at the lowest layer of Evolution for now -- even libeutil can link to them (but please don't). This is the first step toward moving mail handing to a D-Bus service.
* Simplify library dependency flags.Matthew Barnes2011-10-051-6/+8
| | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed.
* Bug #622912 - Migrate from dbus-glib to glib's GDBusMilan Crha2010-07-281-2/+0
|
* Actually respect the --disable-schemas-install configure optionFridrich Strba2010-03-151-0/+4
|
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-2/+2
|
* Bug 600926 - Fails to build due to missing dependenciesJonathon Jongsma2009-11-101-0/+2
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-7/+10
|
* Goodbye libgnome and libgnomeui!!Matthew Barnes2009-09-191-0/+1
|
* Make dbus-glib mandatory.Matthew Barnes2009-09-051-9/+2
|
* Bug 571488 - Migrate from deprecated gnome_sound to libcanberraH.Habighorst2009-08-231-1/+3
|
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-151-6/+5
|\
| * Bug 588018 – NetworkManager & DBUS build check rewriteH.Habighorst2009-07-141-6/+5
| |
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-111-1/+1
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: addressbook/util/addressbook.h calendar/gui/e-week-view-main-item.c configure.ac e-util/Makefile.am mail/em-account-editor.c mail/em-folder-selection-button.c shell/e-shell.c
| * Bug 588106 – Makefile.am misuses *_LDFLAGSDaniel Macks2009-07-091-1/+1
| |
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-011-0/+7
|\|
| * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-2/+2
| |
| * Stop abusing forward declarations.Matthew Barnes2009-06-191-0/+1
| |
| * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
| |
| * Link with more libraries on Windows.Tor Lillqvist2009-01-291-1/+4
| | | | | | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: Link with more libraries on Windows. svn path=/trunk/; revision=37154
| * Use -no-undefined and link with GNOME_PLATFORM_LIBS on Windows.Tor Lillqvist2009-01-291-2/+8
| | | | | | | | | | | | | | | | | | | | 2009-01-28 Tor Lillqvist <tml@novell.com> * Makefile.am: Use -no-undefined and link with GNOME_PLATFORM_LIBS on Windows. svn path=/trunk/; revision=37151
| * Have a check for OS_WIN32 and handle the schema data differently. makeBharath Acharya2008-08-121-4/+17
| | | | | | | | | | | | | | | | | | | | 2008-08-12 Bharath Acharya <abharath@novell.com> * Makefile.am: Have a check for OS_WIN32 and handle the schema * data differently. make install error on win32. svn path=/trunk/; revision=35961
| * ** Fix for bug #544022Milan Crha2008-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-07-22 Milan Crha <mcrha@redhat.com> ** Fix for bug #544022 * configure.in: Do not redefine DBUS_VERSION define supplied by dbus itself, rather rename our define to FOUND_DBUS_VERSION. * mail/e-searching-tokenizer.c: (dump_trie): Define function only when required. (Compiler warning cleanup.) * shell/e-shell-window-commands.c: (char *authors[]): Break the escape sequence properly (compiler warning cleanup). * plugins/email-custom-header/email-custom-header.c: Compiler warning cleanup. * plugins/mail-notification/Makefile.am: * plugins/mail-notification/mail-notification.c: (send_dbus_message): Do not redefine DBUS_VERSION define, it's supplied by dbus itself. svn path=/trunk/; revision=35819
* | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-2/+2
| |
* | Radically reorganize source code.Matthew Barnes2009-06-251-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets.
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-10/+5
| | | | | | | | | | There still left two things opened, search for KILL-BONOBO to find them. One is in calendar's Makefile.am, one in composer.
* | Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-041-0/+2
| |
* | Merge revisions 37200:3266 from trunk.Matthew Barnes2009-02-151-0/+1
| | | | | | | | svn path=/branches/kill-bonobo/; revision=37270
* | Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-011-2/+11
| | | | | | | | svn path=/branches/kill-bonobo/; revision=37200
* | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-4/+17
| | | | | | | | svn path=/branches/kill-bonobo/; revision=35994
* | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-081-1/+1
|/ | | | svn path=/branches/kill-bonobo/; revision=35931
* ** Fix for bug #492702Srinivasa Ragavan2008-01-091-6/+12
| | | | | | | | | | | | | 2008-01-09 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #492702 * configure.in: Just disable the dbus message part of mail notification if dbus isn't there. Also remove new-mail-notify plugin. svn path=/trunk/; revision=34784
* Fix for version removal from installed files.Srinivasa Ragavan2007-06-031-16/+12
| | | | svn path=/trunk/; revision=33646
* Move files that have translations but are not shipped to POTFILES.skip.Matthew Barnes2007-05-201-2/+7
| | | | | | | | | | | | | | | 2007-05-19 Matthew Barnes <mbarnes@redhat.com> * POTFILES.in: * POTFILES.skip: Move files that have translations but are not shipped to POTFILES.skip. Patch from Philip Withnall. (#436985) * plugins/mail-notification/Makefile.am: Fix a couple distcheck errors. svn path=/trunk/; revision=33559
* ** Fix for bug #439146 and #438711 from Ross Burton and Daniel ↵Srinivasa Ragavan2007-05-181-0/+16
| | | | | | Gryniewicz svn path=/trunk/; revision=33556
* Initial commit for Mail notification plugin.Srinivasa Ragavan2007-05-031-0/+24
svn path=/trunk/; revision=33474