summaryrefslogtreecommitdiff
path: root/gr-utils/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gr-utils/src/Makefile.am')
-rw-r--r--gr-utils/src/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/gr-utils/src/Makefile.am b/gr-utils/src/Makefile.am
index 7a9412113..b2847dce9 100644
--- a/gr-utils/src/Makefile.am
+++ b/gr-utils/src/Makefile.am
@@ -19,4 +19,7 @@
# Boston, MA 02110-1301, USA.
#
-SUBDIRS = lib python
+SUBDIRS = lib
+if PYTHON
+SUBDIRS += python
+endif