From: Pierre-Luc Beaudoin Date: Thu, 26 Feb 2009 18:16:25 +0000 (+0200) Subject: Go into the python dir X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09835381dbd23426de610001ca2e5677a8ca7c11;p=libchamplain Go into the python dir --- diff --git a/bindings/Makefile.am b/bindings/Makefile.am index ae850fa..41b807a 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -4,4 +4,9 @@ if ENABLE_MANAGED SUBDIRS+=managed endif -DIST_SUBDIRS= managed +if ENABLE_PYTHON + SUBDIRS+=python +endif + +DIST_SUBDIRS= managed python +