summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-06 17:27:12 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-06 17:27:12 +0100
commitecbea36d3995062e8e16dfbce7d86e29a02fdf17 (patch)
tree823215f0341a546635f16a284aea594b9c6b2ccc /Makefile.am
parenta209779f1cab5ddf6b5096e4c654801428308d5e (diff)
check: use private copy of check for libgstcheck
See #577275. Seems to work fine, but doesn't distcheck yet.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d15bc9265..6cb581956 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,8 @@ all-local: gst-element-check-@GST_MAJORMINOR@.m4
gst-element-check-@GST_MAJORMINOR@.m4: gst-element-check.m4
cp gst-element-check.m4 gst-element-check-@GST_MAJORMINOR@.m4
-ACLOCAL_AMFLAGS = -I common/m4
+# note: keep in sync with configure.ac
+ACLOCAL_AMFLAGS = -I common/m4 -I .
aclocaldir = $(datadir)/aclocal
aclocal_DATA = gst-element-check-@GST_MAJORMINOR@.m4