Partial fix for ticket:76. Fixes those components that are being
[debian/gnuradio] / gr-audio-windows / src / Makefile.am
index 132efe61e6b8d145c79e81ae4030ea43eb048dbe..2de14d5dbd4f15e281ceee57a6f1b52c45e6d86b 100644 (file)
@@ -84,3 +84,8 @@ noinst_PYTHON = qa_audio_windows.py
 
 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