From 5bc6ffcd8b8e541b116edb82840d91cba773940a Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 29 Nov 2011 19:49:50 +0100 Subject: [PATCH] video: Don't forget to install moved header files --- gst-libs/gst/video/Makefile.am | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gst-libs/gst/video/Makefile.am b/gst-libs/gst/video/Makefile.am index f66b471734..19a248ed66 100644 --- a/gst-libs/gst/video/Makefile.am +++ b/gst-libs/gst/video/Makefile.am @@ -30,7 +30,15 @@ nodist_libgstvideo_@GST_MAJORMINOR@_la_SOURCES = $(BUILT_SOURCES) libgstvideo_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/video libgstvideo_@GST_MAJORMINOR@include_HEADERS = \ - video.h gstvideosink.h gstvideofilter.h gstvideometa.h gstvideopool.h + colorbalance.h \ + colorbalancechannel.h \ + video.h \ + gstvideosink.h \ + gstvideofilter.h \ + gstvideometa.h \ + gstvideopool.h \ + videoorientation.h \ + videooverlay.h nodist_libgstvideo_@GST_MAJORMINOR@include_HEADERS = $(built_headers) libgstvideo_@GST_MAJORMINOR@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)