diff options
Diffstat (limited to 'sys/dshowvideosink/Makefile.am')
-rw-r--r-- | sys/dshowvideosink/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/dshowvideosink/Makefile.am b/sys/dshowvideosink/Makefile.am new file mode 100644 index 00000000..1fa81b75 --- /dev/null +++ b/sys/dshowvideosink/Makefile.am @@ -0,0 +1,9 @@ +# This plugin isn't buildable with autotools at this point in time, so just +# ensure everything's listed in EXTRA_DIST + +EXTRA_DIST = \ + dshowvideofakesrc.cpp \ + dshowvideofakesrc.h \ + dshowvideosink.cpp \ + dshowvideosink.h + |