Install headers into $includedir/gstreamer-0.10/gst not .../pygst/
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 11 Oct 2011 21:59:05 +0000 (22:59 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 11 Oct 2011 21:59:05 +0000 (22:59 +0100)
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

index c5d8061..0833ae7 100644 (file)
@@ -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 = \