diff options
Diffstat (limited to 'sys/Makefile.am')
-rw-r--r-- | sys/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/Makefile.am b/sys/Makefile.am index aa77cd6e..5a7e2a04 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -54,5 +54,6 @@ endif SUBDIRS = $(DVB_DIR) $(FBDEV_DIR) $(OSS4_DIR) $(QT_DIR) $(VCD_DIR) $(WININET_DIR) -DIST_SUBDIRS = dvb fbdev dshowdecwrapper dshowsrcwrapper oss4 qtwrapper vcd wininet +DIST_SUBDIRS = dvb fbdev dshowdecwrapper dshowsrcwrapper dshowvideosink \ + oss4 qtwrapper vcd wininet |