Don't install private headers.
authorgb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Tue, 16 Mar 2010 09:21:15 +0000 (09:21 +0000)
committergb <gb@5584edef-b1fe-4b99-b61b-dd2bab72e969>
Tue, 16 Mar 2010 09:21:15 +0000 (09:21 +0000)
gst-libs/gst/vaapi/Makefile.am

index f539e37..656ba43 100644 (file)
@@ -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 =  \