summaryrefslogtreecommitdiff
path: root/gnuradio-examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-examples/Makefile.am')
-rw-r--r--gnuradio-examples/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnuradio-examples/Makefile.am b/gnuradio-examples/Makefile.am
index 9ea890c12..e0c1b1d15 100644
--- a/gnuradio-examples/Makefile.am
+++ b/gnuradio-examples/Makefile.am
@@ -25,3 +25,6 @@ SUBDIRS = c++
if PYTHON
SUBDIRS += python grc
endif
+if GUILE
+SUBDIRS += waveforms
+endif