summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-12-18 09:07:17 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-12-18 09:07:17 +0000
commitde9a28056e618bfeee94e8fb89d0de7be4e36f9f (patch)
tree2421599a685cc3d51c5f0568742d684ee7d8c9d3 /Makefile.am
parent9ad6e9c989fcdffc3af361b1f1e0fc45a4654c17 (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). * win32/vs6/libgstpng.dsp: Fix line endings and do cvs admin -kb.
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 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 \