From 5d14dbbcdae53158f1870f96a1a6065f846d2129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 5 Mar 2007 09:27:55 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ gst-libs/gst/pbutils/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index acf311071e..73eb0f29a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-03-05 Tim-Philipp Müller + + * 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 * configure.ac: diff --git a/gst-libs/gst/pbutils/Makefile.am b/gst-libs/gst/pbutils/Makefile.am index 74a06a190f..236faa57af 100644 --- a/gst-libs/gst/pbutils/Makefile.am +++ b/gst-libs/gst/pbutils/Makefile.am @@ -10,7 +10,7 @@ libgstpbutils_@GST_MAJORMINOR@_la_SOURCES = \ missing-plugins.c \ 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 = \ pbutils.h \ descriptions.h \