summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-12-18 09:31:39 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-12-18 09:31:39 +0000
commitecadbbced7a580ff0ff990e65c97490ecefed9ca (patch)
treeb812e861ee560d8a9c3988dd750ec43859e1e851 /Makefile.am
parenta0bae2f656e1e42dc45b278eab86780589956d72 (diff)
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).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index b8088b0..9581bb0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,10 +2,8 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
SUBDIRS = $(FFMPEG_SUBDIRS) ext docs common tests
-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-ffmpeg.spec depcomp ffmpegrev \