mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Makefile.am: Include common/win32.mak for CRLF check of win32 project files (see #393626).
Original commit message from CVS: * Makefile.am: Include common/win32.mak for CRLF check of win32 project files (see #393626).
This commit is contained in:
parent
2e915caedb
commit
341dbe135f
3 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2007-12-18 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
Include common/win32.mak for CRLF check of win32 project
|
||||||
|
files (see #393626).
|
||||||
|
|
||||||
2007-12-13 Sebastian Dröge <slomo@circular-chaos.org>
|
2007-12-13 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* gst/mpegaudioparse/gstmpegaudioparse.c:
|
* gst/mpegaudioparse/gstmpegaudioparse.c:
|
||||||
|
|
|
@ -3,10 +3,8 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
gst-libs gst ext docs m4 tests common po
|
gst-libs gst ext docs m4 tests common po
|
||||||
|
|
||||||
win32 = $(shell cat $(top_srcdir)/win32/MANIFEST)
|
# include before EXTRA_DIST for win32 assignment
|
||||||
|
include $(top_srcdir)/common/win32.mak
|
||||||
debug:
|
|
||||||
echo $(win32)
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
gst-plugins-ugly.spec depcomp \
|
gst-plugins-ugly.spec depcomp \
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit fb7ab03319930496e922173d54f6dfccfff6f357
|
Subproject commit 67b8f4e3c576945f4d778c9040876af3a5a0756e
|
Loading…
Reference in a new issue