diff options
Diffstat (limited to 'grc')
-rw-r--r-- | grc/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/grc/Makefile.am b/grc/Makefile.am index 7f62f39b6..0583e88bf 100644 --- a/grc/Makefile.am +++ b/grc/Makefile.am @@ -21,6 +21,7 @@ include $(top_srcdir)/grc/Makefile.inc +if PYTHON SUBDIRS = \ data \ examples \ @@ -31,3 +32,4 @@ SUBDIRS = \ if XDG_UTILS SUBDIRS += freedesktop endif +endif |