Final fix compilation
authorThibault Saunier <tsaunier@gnome.org>
Fri, 20 Jun 2014 19:18:58 +0000 (21:18 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Fri, 20 Jun 2014 19:28:12 +0000 (21:28 +0200)
gst-libs/gst/video/Makefile.am

index bca152f..95fd09d 100644 (file)
@@ -6,13 +6,6 @@ lib_LTLIBRARIES = libgstbadvideo-@GST_API_VERSION@.la
 
 CLEANFILES =
 
-# headers we need but don't want installed
-noinst_HEADERS = \
-       gstvideoaggregatorpad.h \
-       gstvideoaggregator.h \
-       videoconvert.h \
-       gstcms.h
-
 libgstbadvideo_@GST_API_VERSION@_la_SOURCES = \
        videoconvert.c gstvideoaggregator.c gstcms.c
 
@@ -20,6 +13,7 @@ nodist_libgstbadvideo_@GST_API_VERSION@_la_SOURCES = $(BUILT_SOURCES)
 
 libgstbadvideo_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/video
 libgstbadvideo_@GST_API_VERSION@include_HEADERS = \
+       gstvideoaggregatorpad.h \
        gstvideoaggregator.h
 
 nodist_libgstbadvideo_@GST_API_VERSION@include_HEADERS = $(built_headers)