build: We install all headers system wide for now.
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Wed, 22 Oct 2014 12:16:45 +0000 (14:16 +0200)
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Wed, 22 Oct 2014 12:16:45 +0000 (14:16 +0200)
Will be fixed when the API is deemed stable enough

validate/gst/validate/Makefile.am

index 1eb520e..d35684e 100644 (file)
@@ -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