examples: Add missing header file
authorEdward Hervey <edward.hervey@collabora.co.uk>
Thu, 4 Aug 2011 11:33:56 +0000 (13:33 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Thu, 4 Aug 2011 11:33:56 +0000 (13:33 +0200)
tests/examples/opencv/Makefile.am

index 16af077a2968d6d0f1ae69e026bd0e204d6c748f..4241e9e579fa679ef057da1b0454a1f605171153 100644 (file)
@@ -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