aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/addressbook-file/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add 'book-config-local' module.Matthew Barnes2012-06-031-26/+0
| | | | | | Registers the "On This Computer" backend in EBookSourceConfig widgets. Replaces the 'addressbook-file' plugin.
* Simplify library dependency flags.Matthew Barnes2011-10-051-3/+3
| | | | | | | | | 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.
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-1/+4
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-7/+8
|
* Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-011-1/+1
|
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
|
* Mark vairous plugins as translatable (bug#301149).Funda Wang2005-12-251-1/+1
| | | | svn path=/trunk/; revision=30950
* Fix make-clean issues.Harish Krishnaswamy2005-12-121-0/+3
| | | | | | | | 2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Fix make-clean issues. svn path=/trunk/; revision=30749
* Use NO_UNDEFINED. Link with more libraries.Tor Lillqvist2005-06-271-2/+3
| | | | | | | | 2005-06-27 Tor Lillqvist <tml@novell.com> * */Makefile.am: Use NO_UNDEFINED. Link with more libraries. svn path=/trunk/; revision=29593
* initial check for address book file pluginSivaiah Nallagatla2005-01-211-0/+16
svn path=/trunk/; revision=28485