aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/bbdb/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Compiler and linker flag cleanups.Matthew Barnes2009-12-281-1/+3
|
* Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-011-6/+10
|
* 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-1/+1
| |
| * Add libraries to LIBADD so that -no-undefined on win32 works well.Fridrich Strba2009-06-041-1/+9
| |
| * Add -I$(top_srcdir)/widgets to a bunch of plugins.Matthew Barnes2009-05-051-0/+1
| |
| * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-021-0/+2
| |
| * Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows.Bharath Acharya2008-08-121-1/+4
| | | | | | | | | | | | | | | | | | | | 2008-08-12 Bharath Acharya <abharath@novell.com> * Makefile.am: Use NO_UNDEFINED. Link with more libraries. To generate dlls on Windows. svn path=/trunk/; revision=35960
* | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-011-1/+1
| |
* | Use -no-undefined on Linux tooMilan Crha2009-05-201-0/+3
| | | | | | | | | | 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 35951:35992 from trunk.Matthew Barnes2008-08-151-1/+4
|/ | | | svn path=/branches/kill-bonobo/; revision=35994
* ** Fix for bug #414195 from Loïc MinierSrinivasa Ragavan2007-05-141-0/+1
| | | | svn path=/trunk/; revision=33533
* Fixed built_sources && cleanfiles for generated filesMichael Zucci2005-05-121-0/+3
| | | | svn path=/trunk/; revision=29327
* fix names so that intltool will parse as xmlMichael Zucci2005-05-061-1/+1
| | | | | | | remove use of e-error-tool tag xml for translations where appropriate svn path=/trunk/; revision=29304
* Dist .eplug.in filesJP Rosevear2004-11-021-0/+2
| | | | svn path=/trunk/; revision=27781
* list bbdb.h as a source so it gets distedJP Rosevear2004-11-021-1/+1
| | | | | | | | 2004-11-01 JP Rosevear <jpr@novell.com> * Makefile.am: list bbdb.h as a source so it gets disted svn path=/trunk/; revision=27780
* Re-enable BBDB.Nat Friedman2004-10-291-6/+0
| | | | svn path=/trunk/; revision=27761
* Don't build the test-evobuddy program.Nat Friedman2004-10-291-3/+3
| | | | svn path=/trunk/; revision=27760
* Use _with_mnemonic for the button.Nat Friedman2004-10-271-1/+1
| | | | | | | | | | 2004-10-27 Nat Friedman <nat@novell.com> * bbdb.c (bbdb_page_factory): Use _with_mnemonic for the button. * Makefile.am: Don't build the test program by default. svn path=/trunk/; revision=27736
* Sync the Gaim buddy list. Set a timer to check for Gaim buddy list chnagesNat Friedman2004-10-261-1/+7
| | | | | | | | | | | | | | | | | | | | | | | 2004-10-25 Nat Friedman <nat@novell.com> * bbdb.c (e_plugin_lib_enable): Sync the Gaim buddy list. Set a timer to check for Gaim buddy list chnages to sync. (bbdb_do_it): Free some memory we were leaking before. (bbdb_open_addressbook): New function for Gaim buddy list support. (bbdb_check_gaim_enabled): Likewise. (enable_gaim_toggled_cb): Likewise. (synchronize_button_clicked_cb): Likewise. (bbdb_page_factory): Added UI for Gaim buddy list sync support. * gaimbuddies.c: New file, contains routines to synchronize IM information and buddy icons from a Gaim buddy list. * bbdb.h: New file, contains shared macros and prototypes. * test-evobuddy.c (main): New function, tests a gaim buddy list sync. svn path=/trunk/; revision=27723
* Added the bbdb plugin.Nat Friedman2004-10-221-0/+12
2004-10-22 Nat Friedman <nat@novell.com> * configure.in: Added the bbdb plugin. Man, hacking is fun. svn path=/trunk/; revision=27690