Partial fix for ticket:76. Fixes those components that are being
[debian/gnuradio] / gr-audio-osx / src / Makefile.am
index 4186f58eecbd6c06ad870b95deaa3e0d7d2004c5..487a1f240b372fdc537376f2770e478490c2080d 100644 (file)
@@ -86,3 +86,8 @@ noinst_PYTHON = qa_osx.py test_audio_loop.py
 MOSTLYCLEANFILES = $(BUILT_SOURCES) *~ *.pyc run_tests *.loT
 
 CONFIG_CLEAN_FILES = Makefile.in run_tests *.loT
+
+# 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