From bf9deb812b437f8c16bb95f5d6a1cd753d97771f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 11 Oct 2011 22:59:05 +0100 Subject: [PATCH] Install headers into $includedir/gstreamer-0.10/gst not .../pygst/ This matches the directory layout in the source tree and makes it possible to find the headers (e.g. from g-e-s) in an uninstalled setup. https://bugzilla.gnome.org/show_bug.cgi?id=657435 --- gst/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/Makefile.am b/gst/Makefile.am index c5d8061..0833ae7 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -24,7 +24,7 @@ defsdir = $(pkgdatadir)/$(GST_MAJORMINOR)/defs noinst_HEADERS = pygst-private.h -pygst_installdir = $(includedir)/gstreamer-@GST_MAJORMINOR@/pygst/ +pygst_installdir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/ pygst_install_HEADERS = pygst.h common.h pygstvalue.h pygstminiobject.h pygstexception.h versioned_overrides = \ -- 2.7.4