summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-12-16 19:07:51 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-12-16 19:08:44 +0000
commitf1146144eb11b9b6c143c3cf575daf5b8749d3d6 (patch)
treedc19b8dbb13e64433b4b8075245f9250ff33aed8 /Makefile.am
parentd2f50a2b9c2d5ab8f5e45f3cb1c6dba37b1593c1 (diff)
win32: remove platform-specific copies of generated headers
Unused and no longer needed.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am15
1 files changed, 4 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am
index 507d3924..6462febe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,16 +2,11 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
SUBDIRS = \
gst-libs gst ext docs m4 tests common pkgconfig po
-
-# include before EXTRA_DIST for win32 assignment
-include $(top_srcdir)/common/win32.mak
EXTRA_DIST = \
depcomp \
AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
- ChangeLog gst-plugins-ugly.doap autogen.sh \
- $(win32)
-
+ ChangeLog gst-plugins-ugly.doap autogen.sh
DISTCLEANFILES = _stdint.h
@@ -35,10 +30,6 @@ build-checks:
true
endif
-win32-update:
- cp $(top_builddir)/win32/common/config.h-new \
- $(top_builddir)/win32/common/config.h
-
include $(top_srcdir)/common/coverage/lcov.mak
# cruft: plugins that have been merged or moved or renamed
@@ -49,7 +40,9 @@ CRUFT_FILES = \
$(top_builddir)/common/shave-libtool
CRUFT_DIRS = \
- $(top_srcdir)/docs/plugins/tmpl
+ $(top_srcdir)/docs/plugins/tmpl \
+ $(top_builddir)/win32 \
+ $(top_srcdir)/win32
include $(top_srcdir)/common/cruft.mak