summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-12-16 19:15:36 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-12-16 19:16:10 +0000
commit936995ba8db1d36e4cfec8ca24e81258125539cc (patch)
tree4323565c10c8d698d6372ebd83fa2f27634cf2d6 /Makefile.am
parentebe8ff3ac15c825902eb7357759d2f2b211f4426 (diff)
downloadgstreamer-plugins-bad-936995ba8db1d36e4cfec8ca24e81258125539cc.tar.gz
win32: remove generation of pre-made config.h for msvc builds
This is no longer needed with the Meson build.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 561f5a982..030c1a241 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,10 +39,6 @@ build-checks:
true
endif
-win32-update:
- cp $(top_builddir)/win32/common/config.h-new \
- $(top_srcdir)/win32/common/config.h
-
include $(top_srcdir)/common/coverage/lcov.mak
check: check-exports
@@ -50,6 +46,7 @@ check: check-exports
# cruft: plugins that have been merged or moved or renamed
CRUFT_FILES = \
+ $(top_builddir)/win32/common/config.h-new \
$(top_builddir)/gst-plugins-bad.spec \
$(top_builddir)/common/shave \
$(top_builddir)/common/shave-libtool \