diff options
author | Mark Nauwelaerts <mnauw@users.sourceforge.net> | 2014-12-31 20:47:24 +0100 |
---|---|---|
committer | Mark Nauwelaerts <mnauw@users.sourceforge.net> | 2015-01-02 14:32:54 +0100 |
commit | 824f6a3f48d5c476e6c5b4bd7a255bd2aa10661f (patch) | |
tree | 16bf624c3bb74fa6c48078818ed9a4d91c809bc8 /tests | |
parent | 10d5e878d880109d97c99e5437b92ee259fdd385 (diff) | |
download | gstreamer-plugins-bad-824f6a3f48d5c476e6c5b4bd7a255bd2aa10661f.tar.gz |
tests: nodist for orc generated code
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index ccecaf8e7..91f539e29 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -439,6 +439,7 @@ EXTRA_DIST = gst-plugins-bad.supp $(uvch264_dist_data) orc_bayer_CFLAGS = $(ORC_CFLAGS) orc_bayer_LDADD = $(ORC_LIBS) -lorc-test-0.4 +nodist_orc_bayer_SOURCES = orc/bayer.c orc/bayer.c: $(top_srcdir)/gst/bayer/gstbayerorc.orc $(MKDIR_P) orc @@ -446,6 +447,7 @@ orc/bayer.c: $(top_srcdir)/gst/bayer/gstbayerorc.orc orc_audiomixer_CFLAGS = $(ORC_CFLAGS) orc_audiomixer_LDADD = $(ORC_LIBS) -lorc-test-0.4 +nodist_orc_audiomixer_SOURCES = orc/audiomixer.c orc/audiomixer.c: $(top_srcdir)/gst/audiomixer/gstaudiomixerorc.orc $(MKDIR_P) orc |