tests: Don't dist generated orc files
authorDavid Schleef <ds@schleef.org>
Fri, 15 Oct 2010 20:22:03 +0000 (13:22 -0700)
committerDavid Schleef <ds@schleef.org>
Fri, 15 Oct 2010 21:02:57 +0000 (14:02 -0700)
tests/check/Makefile.am

index 5681275..e3b7d45 100644 (file)
@@ -241,10 +241,13 @@ pipelines_wavpack_CFLAGS = $(GST_BASE_CFLAGS) $(CFLAGS) $(AM_CFLAGS)
 
 orc_deinterlace_CFLAGS = $(ORC_CFLAGS)
 orc_deinterlace_LDADD = $(ORC_LIBS) -lorc-test-0.4
+nodist_orc_deinterlace_SOURCES = orc/deinterlace.c
 orc_videomixer_CFLAGS = $(ORC_CFLAGS)
 orc_videomixer_LDADD = $(ORC_LIBS) -lorc-test-0.4
+nodist_orc_videomixer_SOURCES = orc/videomixer.c
 orc_videobox_CFLAGS = $(ORC_CFLAGS)
 orc_videobox_LDADD = $(ORC_LIBS) -lorc-test-0.4
+nodist_orc_videobox_SOURCES = orc/videobox.c
 
 orc/deinterlace.c: $(top_srcdir)/gst/deinterlace/tvtime.orc
        $(MKDIR_P) orc/