diff options
| author | Ken VanDine <ken.vandine@canonical.com> | 2011-01-25 10:52:54 -0500 |
|---|---|---|
| committer | Ken VanDine <ken.vandine@canonical.com> | 2011-01-25 10:52:54 -0500 |
| commit | 29ab06e930143eea6fd4fb2025f0c7cfc9caa76d (patch) | |
| tree | 67cbf401892ba255907e6373be228061609dfc4b | |
| parent | 8cf0c2e5d59a905f6137a00610b298615b871573 (diff) | |
| download | libayatana-appindicator-29ab06e930143eea6fd4fb2025f0c7cfc9caa76d.tar.gz libayatana-appindicator-29ab06e930143eea6fd4fb2025f0c7cfc9caa76d.tar.bz2 libayatana-appindicator-29ab06e930143eea6fd4fb2025f0c7cfc9caa76d.zip | |
Don't build python bindings for gtk3
| -rw-r--r-- | bindings/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bindings/Makefile.am b/bindings/Makefile.am index 71abb6c..f74dec5 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -1,3 +1,7 @@ +if USE_GTK3 +SUBDIRS = mono +else SUBDIRS = \ mono \ python +endif |
