summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-07-17 00:46:32 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-06 17:27:24 +0100
commit572b213b79294beda16ad23c7a3a19c1563d0642 (patch)
tree8ee176ff5952055396f93d9db56f8b1d89616867 /Makefile.am
parentecbea36d3995062e8e16dfbce7d86e29a02fdf17 (diff)
check: fix issues with 'make distcheck'
Seems to work now, at least on *nix. One of the configure checks caused these weird issues - but which one?
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 6cb581956..ea4992105 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,6 +29,7 @@ include $(top_srcdir)/common/win32.mak
EXTRA_DIST = \
gstreamer.spec gstreamer.spec.in \
+ check-checks.m4 \
gst-element-check.m4.in \
configure.ac autogen.sh depcomp \
MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
@@ -36,6 +37,8 @@ EXTRA_DIST = \
CLEANFILES = gst-element-check-@GST_MAJORMINOR@.m4
+DISTCLEANFILES = _stdint.h
+
include $(top_srcdir)/common/release.mak
include $(top_srcdir)/common/po.mak