mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
gst-libs/gst/pbutils/Makefile.am: Change directory to install headers in from gst/utils to gst/pbutils as well.
Original commit message from CVS: * gst-libs/gst/pbutils/Makefile.am: Change directory to install headers in from gst/utils to gst/pbutils as well.
This commit is contained in:
parent
e77ac9bd89
commit
5d14dbbcda
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2007-03-05 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* gst-libs/gst/pbutils/Makefile.am:
|
||||||
|
Change directory to install headers in from gst/utils to gst/pbutils
|
||||||
|
as well.
|
||||||
|
|
||||||
2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
|
2007-03-05 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -10,7 +10,7 @@ libgstpbutils_@GST_MAJORMINOR@_la_SOURCES = \
|
||||||
missing-plugins.c \
|
missing-plugins.c \
|
||||||
missing-plugins.h
|
missing-plugins.h
|
||||||
|
|
||||||
libgstpbutils_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/utils
|
libgstpbutils_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/pbutils
|
||||||
libgstpbutils_@GST_MAJORMINOR@include_HEADERS = \
|
libgstpbutils_@GST_MAJORMINOR@include_HEADERS = \
|
||||||
pbutils.h \
|
pbutils.h \
|
||||||
descriptions.h \
|
descriptions.h \
|
||||||
|
|
Loading…
Reference in a new issue