aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-03 13:55:11 -0500
committerTed Gould <ted@gould.cx>2010-06-03 13:55:11 -0500
commit0f7ba97faf10422fd32628636c81563b04d8a6fc (patch)
tree5efa03ccb7acb19002eb5969b2742653870e8a39 /bindings/python
parent84e75c655037b21a9fcf4d3f52f0ef45dc1d75be (diff)
parent27fe45b69f41861cbf1f432db61e31a24f276bb8 (diff)
downloadlibayatana-appindicator-0f7ba97faf10422fd32628636c81563b04d8a6fc.tar.gz
libayatana-appindicator-0f7ba97faf10422fd32628636c81563b04d8a6fc.tar.bz2
libayatana-appindicator-0f7ba97faf10422fd32628636c81563b04d8a6fc.zip
Import upstream version 0.2.0
Diffstat (limited to 'bindings/python')
-rw-r--r--bindings/python/Makefile.in9
-rw-r--r--bindings/python/appindicator.override4
2 files changed, 11 insertions, 2 deletions
diff --git a/bindings/python/Makefile.in b/bindings/python/Makefile.in
index e680e1b..752d94f 100644
--- a/bindings/python/Makefile.in
+++ b/bindings/python/Makefile.in
@@ -172,6 +172,14 @@ INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
+INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
+INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
+INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
+INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
+INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
+INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
+INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
@@ -218,6 +226,7 @@ SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
+VALA_API_GEN = @VALA_API_GEN@
VERSION = @VERSION@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
diff --git a/bindings/python/appindicator.override b/bindings/python/appindicator.override
index a01a9a6..b252994 100644
--- a/bindings/python/appindicator.override
+++ b/bindings/python/appindicator.override
@@ -28,8 +28,8 @@ License version 3 and version 2.1 along with this program. If not, see
%%
headers
#include <Python.h>
-#include "../src/libappindicator/app-indicator.h"
-#include "../src/libappindicator/app-indicator-enum-types.h"
+#include "../src/app-indicator.h"
+#include "../src/app-indicator-enum-types.h"
#include <glib.h>
#include "pygobject.h"
#include "pyglib.h"