summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2014-01-14 16:33:38 -0500
committerColin Walters <walters@verbum.org>2014-01-14 16:33:38 -0500
commit35b5a85aad91f48935dd49fee60d69e6184eff2c (patch)
treeaf9920b05917f37a2c9cd7a7b7fb229c54d923b8
parentf2a79904ff4d60bff657bfbfd6a2ce8ab9307848 (diff)
downloadpygobject-35b5a85aad91f48935dd49fee60d69e6184eff2c.tar.gz
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.
-rw-r--r--gi/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \