From 35b5a85aad91f48935dd49fee60d69e6184eff2c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 14 Jan 2014 16:33:38 -0500 Subject: build: Set PLATFORM_VERSION again to 3.0 We are installing headers to: /usr/include/pygobject-$(PLATFORM_VERSION)/pygobject.h If the variable isn't set, then things attempting to use pygobject obviously fail. This was a regression from a build system refactoring. --- gi/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gi/Makefile.am b/gi/Makefile.am index d4c7c309..f1a79bd6 100644 --- a/gi/Makefile.am +++ b/gi/Makefile.am @@ -1,3 +1,5 @@ +PLATFORM_VERSION = 3.0 + SUBDIRS = \ repository \ overrides \ -- cgit v1.2.1