Partial fix for ticket:76. Fixes those components that are being
[debian/gnuradio] / gr-video-sdl / src / Makefile.am
index edee68c825ee03bc71e43011999474199480246b..9df1375c2cb24b02824fd17354b84aed2ab565c6 100644 (file)
@@ -84,3 +84,7 @@ noinst_PYTHON = qa_video_sdl.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