diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-20 19:59:15 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-20 20:10:28 +0800 |
commit | 6496713f0997ab90e7ee686819640b22b4911aea (patch) | |
tree | c18874181bb0cf1a8abaafa0a946273df5b684b1 /Makefile.am | |
parent | 90469882929d06151352d3d8e8b0e6a1f5229905 (diff) | |
download | gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.tar gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.tar.gz gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.tar.bz2 gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.tar.lz gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.tar.xz gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.tar.zst gsoc2013-empathy-6496713f0997ab90e7ee686819640b22b4911aea.zip |
Remove python bindings. (Closes bug #599039)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 2ffb7d626..202689595 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,10 +12,6 @@ if HAVE_NOTHERE SUBDIRS += nothere endif -if HAVE_PYTHON -SUBDIRS += python -endif - if HAVE_TESTS SUBDIRS += tests endif |