mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
tests: fix distcheck a bit more
Dist elements/parser.h header file, which fixes the 'make check' build.
This commit is contained in:
parent
9eb9257cc6
commit
90b4ce0b80
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ elements_assrender_LDADD = $(GST_BASE_LIBS) $(LDADD) -lgstvideo-0.10 -lgstapp-0.
|
|||
|
||||
# parser unit test convenience lib
|
||||
noinst_LTLIBRARIES = libparser.la
|
||||
libparser_la_SOURCES = elements/parser.c
|
||||
libparser_la_SOURCES = elements/parser.c elements/parser.h
|
||||
|
||||
elements_aacparse_LDADD = libparser.la $(LDADD)
|
||||
|
||||
|
|
Loading…
Reference in a new issue