From 115c88be9decceffe49fba7ac529386a710dabdd Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 11 Nov 2004 16:23:58 +0000 Subject: [PATCH] pkgconfig/gst-python-uninstalled.pc.in: set pyexecdir for uninstalled as well Original commit message from CVS: * pkgconfig/gst-python-uninstalled.pc.in: set pyexecdir for uninstalled as well --- ChangeLog | 5 +++++ pkgconfig/gst-python-uninstalled.pc.in | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 212660f9aa..c248bfd864 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-11 Thomas Vander Stichele + + * pkgconfig/gst-python-uninstalled.pc.in: + set pyexecdir for uninstalled as well + === release 0.7.94 === 2004-11-05 Thomas Vander Stichele diff --git a/pkgconfig/gst-python-uninstalled.pc.in b/pkgconfig/gst-python-uninstalled.pc.in index 209f633f75..124bb89189 100644 --- a/pkgconfig/gst-python-uninstalled.pc.in +++ b/pkgconfig/gst-python-uninstalled.pc.in @@ -3,6 +3,7 @@ #exec_prefix= #includedir=${pcfiledir}/.. #datadir=${pcfiledir}/.. +pyexecdir=${pcfiledir}/.. # you can use the --variable=pygtkincludedir argument to # pkg-config to get this value. You might want to use this to