mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
build: We install all headers system wide for now.
Will be fixed when the API is deemed stable enough
This commit is contained in:
parent
30aef5ba84
commit
6cf2d92b0f
1 changed files with 4 additions and 4 deletions
|
@ -22,6 +22,9 @@ libgstvalidate_@GST_API_VERSION@include_HEADERS = \
|
|||
gst-validate-bin-monitor.h \
|
||||
gst-validate-element-monitor.h \
|
||||
gst-validate-enums.h \
|
||||
media-descriptor.h \
|
||||
media-descriptor-writer.h \
|
||||
media-descriptor-parser.h \
|
||||
gst-validate-monitor-factory.h \
|
||||
gst-validate-monitor.h \
|
||||
gst-validate-override.h \
|
||||
|
@ -37,10 +40,7 @@ libgstvalidate_@GST_API_VERSION@include_HEADERS = \
|
|||
noinst_HEADERS = \
|
||||
gettext.h \
|
||||
gst-validate-i18n-lib.h \
|
||||
media-descriptor.h \
|
||||
media-descriptor-writer.h \
|
||||
gst-validate-internal.h \
|
||||
media-descriptor-parser.h
|
||||
gst-validate-internal.h
|
||||
|
||||
|
||||
lib_LTLIBRARIES = libgstvalidate-@GST_API_VERSION@.la
|
||||
|
|
Loading…
Reference in a new issue