diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-03-06 19:14:42 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-03-06 19:14:42 -0600 |
commit | 5ab2da4018b3709f48f6688dcbda728f096ffc18 (patch) | |
tree | 98b3a3ec62a6392b0be54e6a9069d2a190cbb9b3 /configure.ac | |
parent | 865583222d8d7394c1a0597f0dd6b47e20896894 (diff) | |
download | libayatana-appindicator-5ab2da4018b3709f48f6688dcbda728f096ffc18.tar.gz libayatana-appindicator-5ab2da4018b3709f48f6688dcbda728f096ffc18.tar.bz2 libayatana-appindicator-5ab2da4018b3709f48f6688dcbda728f096ffc18.zip |
generate app-indicator.sources.xml (for mono bindings) and appindicator.override (for python bindings) at configure time so that they can take into account top_builddir vs top_srcdir differences.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 127307e..7c067e9 100644 --- a/configure.ac +++ b/configure.ac @@ -228,9 +228,11 @@ bindings/Makefile bindings/mono/Makefile bindings/mono/appindicator-sharp.dll.config bindings/mono/appindicator-sharp-0.1.pc +bindings/mono/app-indicator.sources.xml bindings/mono/examples/Makefile bindings/mono/examples/indicator-example bindings/python/Makefile +bindings/python/appindicator.override bindings/vala/Makefile bindings/vala/examples/Makefile tests/Makefile |