Add Python binding.

This commit is contained in:
Daiki Ueno
2011-02-24 13:05:02 +09:00
parent d7554b9735
commit 3b77502b97
7 changed files with 257 additions and 3 deletions

View File

@ -16,8 +16,12 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301 USA
if ENABLE_VALA
SUBDIRS = vala
else
SUBDIRS =
if ENABLE_PYTHON
SUBDIRS += python
endif
if ENABLE_VALA
SUBDIRS += vala
endif