From 09835381dbd23426de610001ca2e5677a8ca7c11 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Thu, 26 Feb 2009 20:16:25 +0200 Subject: [PATCH] Go into the python dir --- bindings/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 + -- 2.39.5