From de9a28056e618bfeee94e8fb89d0de7be4e36f9f Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 18 Dec 2007 09:07:17 +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/libgstpng.dsp: Fix line endings and do cvs admin -kb. --- Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0cc605de..17f646c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ -- cgit