summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-12-18 09:07:53 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-12-18 09:07:53 +0000
commit341dbe135f1a09bae81457a9555aa6f1027a3dd4 (patch)
treeef75e4c9e2b6967e459ec93220d2053053cb06df /Makefile.am
parent2e915caedb0b0082e1d553fedc91ebec1886ed9d (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 7bb7d31e..398b7293 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,10 +3,8 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
SUBDIRS = \
gst-libs gst ext docs m4 tests common po
-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-ugly.spec depcomp \