mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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). * win32/vs6/libgstpng.dsp: Fix line endings and do cvs admin -kb.
This commit is contained in:
parent
9ad6e9c989
commit
de9a28056e
4 changed files with 151 additions and 144 deletions
|
@ -1,3 +1,12 @@
|
|||
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).
|
||||
|
||||
* win32/vs6/libgstpng.dsp:
|
||||
Fix line endings and do cvs admin -kb.
|
||||
|
||||
2007-12-17 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||
|
||||
* ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
|
||||
|
|
|
@ -24,10 +24,8 @@ DIST_SUBDIRS = \
|
|||
gconf
|
||||
|
||||
|
||||
win32 = $(shell cat $(top_srcdir)/win32/MANIFEST)
|
||||
|
||||
debug:
|
||||
echo $(win32)
|
||||
# include before EXTRA_DIST for win32 assignment
|
||||
include $(top_srcdir)/common/win32.mak
|
||||
|
||||
EXTRA_DIST = \
|
||||
gst-plugins-good.spec depcomp \
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 208ef72f86e944e6ba6941c68e57ffcea8d2a8f4
|
||||
Subproject commit 67b8f4e3c576945f4d778c9040876af3a5a0756e
|
Loading…
Reference in a new issue