aboutsummaryrefslogtreecommitdiffstats
path: root/python/pyempathygtk/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add shave support to build process.Jonny Lamb2009-04-241-1/+3
| | | | | | Use --enable-shave to enable building with shave. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Use autotools magic to take care of disabling deprecated symbolsLaurent Bigonville2009-04-181-1/+2
| | | | | Passing --enable-maintainer-mode to the configure will disable deprecated symbols
* Allow Empathy to be built from outside the source tree.Xavier Claessens2009-02-031-4/+7
| | | | | | Patch by Theppitak Karoonboonyanan, fix bug #570080. svn path=/trunk/; revision=2372
* added check for pygtk-codegen-2.0 and pygobject-codegen-2.0 as the latterFrederic Peters2008-08-251-1/+1
| | | | | | replaced the former in pygobject/pygtk trunk. (closes: #549002) svn path=/trunk/; revision=1376
* Empathy should not require python-config. Fixes bug #525562 (Frederic Peters).Xavier Claessens2008-04-091-2/+1
| | | | svn path=/trunk/; revision=880
* Make use of AM_PATH_PYTHON to get python variables. Fixes bug #470642Xavier Claessens2007-08-291-1/+1
| | | | | | | | | | | | 2007-08-24 Xavier Claessens <xclaesse@gmail.com> * python/pyempathy/Makefile.am: * python/pyempathygtk/Makefile.am: * configure.ac: Make use of AM_PATH_PYTHON to get python variables. Fixes bug #470642 (Daniel Gryniewicz). svn path=/trunk/; revision=278
* Fix build system, make distcheck now works.Xavier Claessens2007-08-201-1/+6
| | | | | | | | | | | | 2007-08-19 Xavier Claessens <xclaesse@gmail.com> * python/pyempathy/Makefile.am: * python/pyempathy/pyempathy.override: * python/pyempathygtk/Makefile.am: Fix build system, make distcheck now works. svn path=/trunk/; revision=265
* Add python binding. Fixes bug #457660 (Michael Sheldon).Xavier Claessens2007-08-201-0/+39
2007-08-19 Xavier Claessens <xclaesse@gmail.com> * python/pyempathy/pyempathy.defs: * python/pyempathy/pyempathymodule.c: * python/pyempathy/Makefile.am: * python/pyempathy/pyempathy.override: * python/pyempathygtk/pyempathygtk.override: * python/pyempathygtk/pyempathygtk.defs: * python/pyempathygtk/Makefile.am: * python/pyempathygtk/pyempathygtkmodule.c: * python/Makefile.am: * libempathy/empathy-time.h: * configure.ac: * Makefile.am: Add python binding. Fixes bug #457660 (Michael Sheldon). svn path=/trunk/; revision=264