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 \