summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-02-21 10:40:02 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-02-21 10:40:02 +0000
commit4930a1f46115096a23937101787b3e5e667c81d0 (patch)
treeb963d616f36ce5d8b937546ed2d83d36dd0bb23d /Makefile.am
parent9e00a37d0efec78a9d5817c384ddffa1efe7caee (diff)
downloadgst-libav-4930a1f46115096a23937101787b3e5e667c81d0.tar.gz
win32: remove outdated build cruft
This hasn't been touched for generations, doesn't work, and is just causing confusion. We also don't want to maintain these files manually.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index b55de2d..ce8e26f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,14 +4,9 @@ COMMON_SUBDIRS = ext docs common tests
SUBDIRS = $(LIBAV_SUBDIRS) $(COMMON_SUBDIRS) pkgconfig
DIST_SUBDIRS = $(COMMON_SUBDIRS) gst-libs pkgconfig
-# include before EXTRA_DIST for win32 assignment
-include $(top_srcdir)/common/win32.mak
-
EXTRA_DIST = \
gst-libav.spec depcomp autogen.sh \
- AUTHORS COPYING NEWS README ChangeLog gst-libav.doap \
- $(win32)
-
+ AUTHORS COPYING NEWS README ChangeLog gst-libav.doap
ACLOCAL_AMFLAGS = -I m4 -I common/m4
include $(top_srcdir)/common/release.mak