mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +00:00
gst/Makefile.am (gst_headers): Add glib-compat.h. noinst the -private.
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.
This commit is contained in:
parent
468d8b8034
commit
169841756a
2 changed files with 7 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue