mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-29 20:35:40 +00:00
examples: Add missing header file
This commit is contained in:
parent
8132a5d46e
commit
3d86389e06
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue