pyges: Do not try to build the bindings if no python found

This commit is contained in:
Thibault Saunier 2011-08-11 14:22:50 +02:00
parent f1d8151f63
commit 08be3bd93b

View file

@ -1 +1,5 @@
SUBDIRS = python
SUBDIRS =
if WITH_PYTHON
SUBDIRS += python
endif