mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +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/gst_python.dsw: * win32/vs6/libgstpython.dsp: * win32/vs6/pygenfiles.dsp: Fix line endings and do cvs admin -kb.
This commit is contained in:
parent
d4fc743d06
commit
fb66fbf371
6 changed files with 349 additions and 339 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
||||||
|
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/gst_python.dsw:
|
||||||
|
* win32/vs6/libgstpython.dsp:
|
||||||
|
* win32/vs6/pygenfiles.dsp:
|
||||||
|
Fix line endings and do cvs admin -kb.
|
||||||
|
|
||||||
2007-11-29 Sebastian Dröge <slomo@circular-chaos.org>
|
2007-11-29 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* acinclude.m4:
|
* acinclude.m4:
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
SUBDIRS = codegen gst examples testsuite pkgconfig
|
SUBDIRS = codegen gst examples testsuite pkgconfig
|
||||||
|
|
||||||
win32 = $(shell cat $(top_srcdir)/win32/MANIFEST)
|
|
||||||
common_cflags = $(PYGOBJECT_CFLAGS) $(GST_CFLAGS) $(GST_OPTION_CFLAGS) -fno-strict-aliasing
|
common_cflags = $(PYGOBJECT_CFLAGS) $(GST_CFLAGS) $(GST_OPTION_CFLAGS) -fno-strict-aliasing
|
||||||
common_libadd = $(GST_LIBS) $(GST_OPTION_LIBS)
|
common_libadd = $(GST_LIBS) $(GST_OPTION_LIBS)
|
||||||
common_ldflags = -module -avoid-version
|
common_ldflags = -module -avoid-version
|
||||||
|
|
||||||
debug:
|
# include before EXTRA_DIST for win32 assignment
|
||||||
echo $(win32)
|
include $(top_srcdir)/common/win32.mak
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I common/m4
|
ACLOCAL_AMFLAGS = -I common/m4
|
||||||
|
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 423e2ea96b5f79281f4dd20d734bd968b3d95e89
|
Subproject commit 67b8f4e3c576945f4d778c9040876af3a5a0756e
|
Loading…
Reference in a new issue