mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
tracerutils: move header to noinst section
This is internal code, that is only to be used in core.
This commit is contained in:
parent
e5ca47236e
commit
1af0a3ce6f
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,6 @@ gst_headers = \
|
||||||
gsttocsetter.h \
|
gsttocsetter.h \
|
||||||
gsttracer.h \
|
gsttracer.h \
|
||||||
gsttracerfactory.h \
|
gsttracerfactory.h \
|
||||||
gsttracerutils.h \
|
|
||||||
gsttypefind.h \
|
gsttypefind.h \
|
||||||
gsttypefindfactory.h \
|
gsttypefindfactory.h \
|
||||||
gsturi.h \
|
gsturi.h \
|
||||||
|
@ -251,6 +250,7 @@ noinst_HEADERS = \
|
||||||
gstregistrybinary.h \
|
gstregistrybinary.h \
|
||||||
gstregistrychunks.h \
|
gstregistrychunks.h \
|
||||||
gsttrace.h \
|
gsttrace.h \
|
||||||
|
gsttracerutils.h \
|
||||||
gst_private.h
|
gst_private.h
|
||||||
|
|
||||||
gstenumtypes.h: $(gst_headers)
|
gstenumtypes.h: $(gst_headers)
|
||||||
|
|
Loading…
Reference in a new issue