From d6a6c1ef989acc1500c7cb87c2d7911e4db72ec8 Mon Sep 17 00:00:00 2001 From: gb Date: Tue, 16 Mar 2010 09:21:15 +0000 Subject: [PATCH] Don't install private headers. --- gst-libs/gst/vaapi/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/vaapi/Makefile.am b/gst-libs/gst/vaapi/Makefile.am index f539e37..656ba43 100644 --- a/gst-libs/gst/vaapi/Makefile.am +++ b/gst-libs/gst/vaapi/Makefile.am @@ -16,7 +16,6 @@ libgstvaapi_source_c = \ $(NULL) libgstvaapi_source_h = \ - gstvaapidebug.h \ gstvaapidisplay.h \ gstvaapiimage.h \ gstvaapiimageformat.h \ @@ -24,15 +23,20 @@ libgstvaapi_source_h = \ gstvaapisubpicture.h \ gstvaapisurface.h \ gstvaapisurfacepool.h \ - gstvaapiutils.h \ gstvaapivideobuffer.h \ gstvaapivideopool.h \ gstvaapivideosink.h \ gstvaapiwindow.h \ $(NULL) +libgstvaapi_source_priv_h = \ + gstvaapidebug.h \ + gstvaapiutils.h \ + $(NULL) + libgstvaapi_@GST_MAJORMINOR@_la_SOURCES = \ $(libgstvaapi_source_c) \ + $(libgstvaapi_source_priv_h) \ $(NULL) libgstvaapi_@GST_MAJORMINOR@include_HEADERS = \ -- 2.7.4