Merge branch 'master' into sync
[debian/gnuradio] / gnuradio-examples / python / Makefile.am
index 079d5da60c94cdd20277241605fc711cf615e32d..ea03b438f035c328177a6be12290e846aec48f19 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright 2004,2007 Free Software Foundation, Inc.
+# Copyright 2004,2007,2009 Free Software Foundation, Inc.
 # 
 # This file is part of GNU Radio
 # 
@@ -24,7 +24,6 @@ include $(top_srcdir)/Makefile.common
 SUBDIRS = \
        apps \
        audio \
-       dect \
        digital \
        digital-bert \
        digital_voice \
@@ -33,14 +32,6 @@ SUBDIRS = \
        multi_usrp \
        network \
        ofdm \
+       pfb \
        usrp \
        usrp2
-
-# Make example scripts with #! executable
-install-data-local:
-       for i in `find $(exampledir) -type f ! -perm 755`; do \
-         if head -1 $$i | grep -q '^#!'; then \
-           chmod 755 $$i; \
-           echo "made executable: $$i"; \
-         fi; \
-       done