summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Boulton <richard@tartarus.org>2001-05-31 18:35:11 +0000
committerRichard Boulton <richard@tartarus.org>2001-05-31 18:35:11 +0000
commitc3086c42aaf85e90872c29bb1c3266ee7f0245af (patch)
treeb88456cc0b21d1a74cc71b20ca600135b130c8b1 /include
parent5d2d76287467321cda814abdb4760aeefccf098e (diff)
downloadgstreamer-c3086c42aaf85e90872c29bb1c3266ee7f0245af.tar.gz
Abstract the plugin-srcdir installation idiottest into a separate file, and include it from the include Makefile.am, ...
Original commit message from CVS: Abstract the plugin-srcdir installation idiottest into a separate file, and include it from the include Makefile.am, to ensure that it gets called at the start of a make install process, not after the whole thing has happened.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 406b0b3c1d..3aac1d18d5 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -4,3 +4,7 @@ noinst_HEADERS = \
mmx.h \
sse.h \
gstaudio.h
+
+# This test needs to go here because this is the first makefile which the
+# install target gets run in.
+include $(top_srcdir)/idiottest.mak