diff options
Diffstat (limited to 'sys/winks/Makefile.am')
-rw-r--r-- | sys/winks/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/winks/Makefile.am b/sys/winks/Makefile.am new file mode 100644 index 000000000..a89eef318 --- /dev/null +++ b/sys/winks/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 = \ + gstksclock.c gstksclock.h \ + gstksvideodevice.c gstksvideodevice.h \ + gstksvideosrc.c gstksvideosrc.h \ + kshelpers.c kshelpers.h \ + ksvideohelpers.c ksvideohelpers.h |