From 3d86389e068c05db54512f7e0365b9fac7030bf7 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 4 Aug 2011 13:33:56 +0200 Subject: [PATCH] examples: Add missing header file --- tests/examples/opencv/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/examples/opencv/Makefile.am b/tests/examples/opencv/Makefile.am index 16af077a29..4241e9e579 100644 --- a/tests/examples/opencv/Makefile.am +++ b/tests/examples/opencv/Makefile.am @@ -1,7 +1,11 @@ noinst_PROGRAMS = gstmotioncells_dynamic_test -gstmotioncells_dynamic_test_SOURCES = gstmotioncells_dynamic_test.c gst_element_print_properties.c +gstmotioncells_dynamic_test_SOURCES = \ + gstmotioncells_dynamic_test.c \ + gst_element_print_properties.c gstmotioncells_dynamic_test_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) gstmotioncells_dynamic_test_LDFLAGS = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) $(GSTPB_BASE_LIBS) -noinst_HEADERS = gst_element_print_properties.h +noinst_HEADERS = \ + gstmotioncells_dynamic_test.h \ + gst_element_print_properties.h