From fb66fbf3714aba6c42d3e26b024f02c2c8567aad Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 18 Dec 2007 09:42:57 +0000 Subject: 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. --- Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9cd3ced..970247c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,11 @@ 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_libadd = $(GST_LIBS) $(GST_OPTION_LIBS) common_ldflags = -module -avoid-version -debug: - echo $(win32) +# include before EXTRA_DIST for win32 assignment +include $(top_srcdir)/common/win32.mak ACLOCAL_AMFLAGS = -I common/m4 -- cgit v1.2.3