diff options
Diffstat (limited to 'gr-noaa/Makefile.am')
-rw-r--r-- | gr-noaa/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gr-noaa/Makefile.am b/gr-noaa/Makefile.am index fa03f1088..f3f4f6a38 100644 --- a/gr-noaa/Makefile.am +++ b/gr-noaa/Makefile.am @@ -21,11 +21,9 @@ include $(top_srcdir)/Makefile.common -SUBDIRS = lib +SUBDIRS = lib grc if PYTHON -SUBDIRS += swig +SUBDIRS += swig python apps endif -SUBDIRS += grc - |