aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-04-29 11:31:36 -0500
committerTed Gould <ted@gould.cx>2010-04-29 11:31:36 -0500
commitba1fd3904b920d017b532a0e1ff2ba4941cdb47d (patch)
treeae377a0408885d9e0980f4bd28e4399c7a0e0725 /bindings
parent0bd103ade67391a34eac443acfd46ca126ea33db (diff)
downloadayatana-indicator-application-ba1fd3904b920d017b532a0e1ff2ba4941cdb47d.tar.gz
ayatana-indicator-application-ba1fd3904b920d017b532a0e1ff2ba4941cdb47d.tar.bz2
ayatana-indicator-application-ba1fd3904b920d017b532a0e1ff2ba4941cdb47d.zip
Removing the libappindicator directory to make things simpler
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/appindicator.override4
1 files changed, 2 insertions, 2 deletions
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"