From 249fa68f47c7fa1eb1d9c7764cd3400a31cba597 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 2 Nov 2016 10:04:01 +0200 Subject: [PATCH] gst: Install gstdynamictypefactory.h header file --- gst/Makefile.am | 1 + gst/meson.build | 1 + 2 files changed, 2 insertions(+) diff --git a/gst/Makefile.am b/gst/Makefile.am index ded988040d..ffc10ccc75 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -181,6 +181,7 @@ gst_headers = \ gstdevice.h \ gstdeviceprovider.h \ gstdeviceproviderfactory.h \ + gstdynamictypefactory.h \ gstelementfactory.h \ gsterror.h \ gstevent.h \ diff --git a/gst/meson.build b/gst/meson.build index f522c0f7b3..15833c6d0c 100644 --- a/gst/meson.build +++ b/gst/meson.build @@ -97,6 +97,7 @@ gst_headers = [ 'gstdevice.h', 'gstdeviceprovider.h', 'gstdeviceproviderfactory.h', + 'gstdynamictypefactory.h', 'gstelementfactory.h', 'gsterror.h', 'gstevent.h',