Partial fix for ticket:76. Fixes those components that are being
[debian/gnuradio] / gr-audio-alsa / src / Makefile.am
index e972aae4b025f137d5c2369b0bd7edd3714a067b..0f165a0dcaa70ab2c880083653c9069fe1413b4b 100644 (file)
@@ -88,3 +88,8 @@ noinst_PYTHON =                       \
 
 MOSTLYCLEANFILES = \
        $(BUILT_SOURCES) *~ *.pyc
+
+# Don't distribute output of swig
+dist-hook:
+       @for file in $(BUILT_SOURCES); do echo $(RM) $(distdir)/$$file; done
+       @for file in $(BUILT_SOURCES); do $(RM) $(distdir)/$$file; done