gst/Makefile.am (gst_headers): Add glib-compat.h. noinst the -private.
authorAndy Wingo <wingo@pobox.com>
Mon, 21 Nov 2005 18:16:00 +0000 (18:16 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 21 Nov 2005 18:16:00 +0000 (18:16 +0000)
Original commit message from CVS:
2005-11-21  Andy Wingo  <wingo@pobox.com>

* gst/Makefile.am (gst_headers): Add glib-compat.h.
(noinst_HEADERS): noinst the -private.

ChangeLog
gst/Makefile.am

index f9607a3..9f4b7f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-21  Andy Wingo  <wingo@pobox.com>
+
+       * gst/Makefile.am (gst_headers): Add glib-compat.h.
+       (noinst_HEADERS): noinst the -private.
+
 2005-11-21  Michael Smith <msmith@fluendo.com>
 
        * gst/gstplugin.h:
index 2bfdc75..e93efaf 100644 (file)
@@ -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