From 169841756ae9c3cd488108ff7d298c70f89a6d2e Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 21 Nov 2005 18:16:00 +0000 Subject: [PATCH] gst/Makefile.am (gst_headers): Add glib-compat.h. noinst the -private. Original commit message from CVS: 2005-11-21 Andy Wingo * gst/Makefile.am (gst_headers): Add glib-compat.h. (noinst_HEADERS): noinst the -private. --- ChangeLog | 5 +++++ gst/Makefile.am | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f9607a3..9f4b7f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-21 Andy Wingo + + * gst/Makefile.am (gst_headers): Add glib-compat.h. + (noinst_HEADERS): noinst the -private. + 2005-11-21 Michael Smith * gst/gstplugin.h: diff --git a/gst/Makefile.am b/gst/Makefile.am index 2bfdc75..e93efaf 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -164,6 +164,7 @@ libgstreamer_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINO gst_headers = \ gst.h \ + glib-compat.h \ gstobject.h \ gstbin.h \ gstbuffer.h \ @@ -217,7 +218,7 @@ nodist_libgstreamer_@GST_MAJORMINOR@include_HEADERS = \ noinst_HEADERS = \ gettext.h \ - glib-compat.h \ + glib-compat-private.h \ gst-i18n-lib.h \ gst-i18n-app.h \ gst_private.h -- 2.7.4