A new patch for fixing the alsa restart issue. Submitted by Volker Schroer.
[debian/gnuradio] / gr-trellis / src / Makefile.am
index e3f0399eb093e516a323ed1c5d4a6f7eb12c6cc9..79e9d626ad5fffc23279cc1caece815da4dbaad9 100644 (file)
@@ -19,4 +19,7 @@
 # Boston, MA 02110-1301, USA.
 # 
 
-SUBDIRS = lib python
+SUBDIRS = lib 
+if PYTHON
+SUBDIRS += python examples
+endif