video: Don't forget to install moved header files
authorEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 29 Nov 2011 18:49:50 +0000 (19:49 +0100)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Tue, 29 Nov 2011 18:49:50 +0000 (19:49 +0100)
gst-libs/gst/video/Makefile.am

index f66b471..19a248e 100644 (file)
@@ -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)