summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2014-10-22 14:16:45 +0200
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2014-10-22 14:16:45 +0200
commit6cf2d92b0f0091a3e68632add53e23fc00b869fa (patch)
treee684761b7f63e6132aea13065cc0b20bee2e399e
parent30aef5ba84926412181a276024a374f32e73d14b (diff)
build: We install all headers system wide for now.
Will be fixed when the API is deemed stable enough
-rw-r--r--validate/gst/validate/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/validate/gst/validate/Makefile.am b/validate/gst/validate/Makefile.am
index 1eb520e..d35684e 100644
--- a/validate/gst/validate/Makefile.am
+++ b/validate/gst/validate/Makefile.am
@@ -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