mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
58d98b3231
Original commit message from CVS: * Makefile.am: Add win32/MANIFEST to EXTRA_DIST so win32 files will be include in the next release. * win32/MANIFEST: Add manifest to win32 files in next releases. * win32/vs6/gst_ffmpeg.dsw: * win32/vs6/libgstffmpeg.dsp: Add project files for VS6.
23 lines
400 B
Makefile
23 lines
400 B
Makefile
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
SUBDIRS = $(FFMPEG_SUBDIRS) ext docs common tests
|
|
|
|
win32 = $(shell cat $(top_srcdir)/win32/MANIFEST)
|
|
|
|
debug:
|
|
echo $(win32)
|
|
|
|
EXTRA_DIST = \
|
|
gst-ffmpeg.spec depcomp \
|
|
AUTHORS COPYING NEWS README ChangeLog gst-ffmpeg.doap \
|
|
$(win32)
|
|
|
|
ACLOCAL_AMFLAGS = -I common/m4
|
|
|
|
include $(top_srcdir)/common/release.mak
|
|
|
|
check-valgrind:
|
|
@true
|
|
|
|
check-torture:
|
|
@true
|