tests: Don't dist generated orc code
authorDavid Schleef <ds@schleef.org>
Fri, 15 Oct 2010 18:23:02 +0000 (11:23 -0700)
committerDavid Schleef <ds@schleef.org>
Fri, 15 Oct 2010 20:16:13 +0000 (13:16 -0700)
tests/check/Makefile.am

index 9087991..306247c 100644 (file)
@@ -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/