diff options
author | Robert Jobbagy <jobbagy.robert@gmail.com> | 2011-07-27 22:34:23 +0200 |
---|---|---|
committer | Stefan Sauer <ensonic@google.com> | 2011-07-28 10:28:50 +0200 |
commit | 75a6072db8a8225f8cb2ade960a8eb3d89ee5bf3 (patch) | |
tree | 52e827fcebca0c18b5db484c7fe5e1eeb35f1b65 /tests/examples/Makefile.am | |
parent | 4723a5d90ce02cb4d720b1be7ebdf365f81910e4 (diff) |
gstmotioncells_dynamic_test: test tool what can to do dynamic change properties
Diffstat (limited to 'tests/examples/Makefile.am')
-rw-r--r-- | tests/examples/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/examples/Makefile.am b/tests/examples/Makefile.am index 26833fb61..84c178797 100644 --- a/tests/examples/Makefile.am +++ b/tests/examples/Makefile.am @@ -16,7 +16,9 @@ else CAMERABIN2= endif -SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) -DIST_SUBDIRS= camerabin camerabin2 directfb mxf scaletempo +OPENCV_EXAMPLES=opencv + +SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) $(OPENCV_EXAMPLES) +DIST_SUBDIRS= camerabin camerabin2 directfb mxf scaletempo opencv include $(top_srcdir)/common/parallel-subdirs.mak |