aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/importers/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* WebKit port - port addressbook, calendar and update composer to keep working ↵Dan Vrátil2012-03-291-2/+3
| | | | with GtkHtml
* Bug #591436 - Add -avoid-version to LDFLAGSH. Habighorst2012-02-151-1/+1
|
* Simplify library dependency flags.Matthew Barnes2011-10-051-2/+4
| | | | | | | | | 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 #499320 - Preview before import from command lineMilan Crha2010-05-191-0/+2
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-4/+3
|
* 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
|
* Added support for CSV and TAB file import.Devashish Sharma2006-01-161-0/+1
| | | | svn path=/trunk/; revision=31197
* Use privsolib instead of privlib (no difference on Unix, on Win32Tor Lillqvist2005-08-101-1/+4
| | | | | | | | | | 2005-08-10 Tor Lillqvist <tml@novell.com> * importers/Makefile.am: Use privsolib instead of privlib (no difference on Unix, on Win32 privsolib means lib). Use NO_UNDEFINED. Link with libeabutil.la. svn path=/trunk/; revision=30059
* Merge back eplugin-import-branch.Michael Zucci2005-07-121-39/+7
| | | | svn path=/trunk/; revision=29725
* shlib importer infoJP Rosevear2004-02-071-0/+53
2004-02-06 JP Rosevear <jpr@ximian.com> * importers/GNOME_Evolution_Addressbook_LDIF_Importer.server.in.in: shlib importer info * importers/GNOME_Evolution_Addressbook_VCard_Importer.server.in.in: ditto * importers/Makefile.am: build shlib addressbook importers * importers/evolution-ldif-importer.c: First crack at resurrecting * importers/evolution-vcard-importer.c: ditto svn path=/trunk/; revision=24652