mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-29 12:25:37 +00:00
Also add dshow pieces to the disted subdirs to fix distcheck.
Original commit message from CVS: * gst-libs/gst/Makefile.am: * sys/Makefile.am: Also add dshow pieces to the disted subdirs to fix distcheck.
This commit is contained in:
parent
2e9945f377
commit
3e6837ee1b
3 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-02-13 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* gst-libs/gst/Makefile.am:
|
||||
* sys/Makefile.am:
|
||||
Also add dshow pieces to the disted subdirs to fix distcheck.
|
||||
|
||||
2008-02-13 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
Patch by: Josep Torra Valles <josep@fluendo.com>
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
SUBDIRS = app
|
||||
|
||||
noinst_HEADERS = gst-i18n-plugin.h gettext.h
|
||||
DIST_SUBDIRS = app dshow
|
||||
|
|
|
@ -42,4 +42,5 @@ endif
|
|||
|
||||
SUBDIRS = $(FBDEV_DIR) $(DVB_DIR) $(VCD_DIR) $(QT_DIR)
|
||||
|
||||
DIST_SUBDIRS = fbdev dvb vcd qtwrapper
|
||||
DIST_SUBDIRS = dvb fbdev vcd qtwrapper dshowdecwrapper dshowsrcwrapper
|
||||
|
||||
|
|
Loading…
Reference in a new issue