summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-10-15 11:23:02 -0700
committerDavid Schleef <ds@schleef.org>2010-10-15 13:16:13 -0700
commit24582f3807fcaa9b0d9556d0e08d86f3ff53b873 (patch)
tree1cd2056d22ffdbeeb8a0380178961f2aa4051779
parenta3f4bf9c7227b42c85993f1b07bf0f666f6c2c84 (diff)
tests: Don't dist generated orc code
-rw-r--r--tests/check/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 90879917e..306247cea 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -389,14 +389,19 @@ pipelines_simple_launch_lines_LDADD = \
orc_adder_CFLAGS = $(ORC_CFLAGS)
orc_adder_LDADD = $(ORC_LIBS) -lorc-test-0.4
+nodist_orc_adder_SOURCES = orc/adder.c
orc_audioconvert_CFLAGS = $(ORC_CFLAGS)
orc_audioconvert_LDADD = $(ORC_LIBS) -lorc-test-0.4
+nodist_orc_audioconvert_SOURCES = orc/audioconvert.c
orc_volume_CFLAGS = $(ORC_CFLAGS)
orc_volume_LDADD = $(ORC_LIBS) -lorc-test-0.4
+nodist_orc_volume_SOURCES = orc/volume.c
orc_videoscale_CFLAGS = $(ORC_CFLAGS)
orc_videoscale_LDADD = $(ORC_LIBS) -lorc-test-0.4
+nodist_orc_videoscale_SOURCES = orc/videoscale.c
orc_videotestsrc_CFLAGS = $(ORC_CFLAGS)
orc_videotestsrc_LDADD = $(ORC_LIBS) -lorc-test-0.4
+nodist_orc_videotestsrc_SOURCES = orc/videotestsrc.c
orc/adder.c: $(top_srcdir)/gst/adder/gstadderorc.orc
$(MKDIR_P) orc/