diff options
Diffstat (limited to 'gr-video-sdl/src/Makefile.am')
-rw-r--r-- | gr-video-sdl/src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-video-sdl/src/Makefile.am b/gr-video-sdl/src/Makefile.am index edee68c82..9df1375c2 100644 --- a/gr-video-sdl/src/Makefile.am +++ b/gr-video-sdl/src/Makefile.am @@ -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 |