diff options
Diffstat (limited to 'gnuradio-examples')
-rw-r--r-- | gnuradio-examples/Makefile.am | 2 | ||||
-rw-r--r-- | gnuradio-examples/c++/Makefile.am | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/gnuradio-examples/Makefile.am b/gnuradio-examples/Makefile.am index 6e720ebdd..ad8ca5b1a 100644 --- a/gnuradio-examples/Makefile.am +++ b/gnuradio-examples/Makefile.am @@ -21,4 +21,4 @@ include $(top_srcdir)/Makefile.common -SUBDIRS = python c++ +SUBDIRS = python diff --git a/gnuradio-examples/c++/Makefile.am b/gnuradio-examples/c++/Makefile.am index 5cf795a96..d949fd86a 100644 --- a/gnuradio-examples/c++/Makefile.am +++ b/gnuradio-examples/c++/Makefile.am @@ -24,4 +24,3 @@ include $(top_srcdir)/Makefile.common # FIXME: do not build automatically; need to detect required pre-requisites # SUBDIRS = dial_tone - |