diff options
author | Ted Gould <ted@gould.cx> | 2011-01-25 14:54:14 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-25 14:54:14 -0600 |
commit | 30d75caf3805223cdfa609f2e4e14e75477c8df5 (patch) | |
tree | 242c1d64aa4db5c9471b7ed120d79ca2eb36ba67 /bindings/Makefile.am | |
parent | 8cf0c2e5d59a905f6137a00610b298615b871573 (diff) | |
parent | c5195ae53f4956c40b65516bcc4810aa94f985a7 (diff) | |
download | libayatana-appindicator-30d75caf3805223cdfa609f2e4e14e75477c8df5.tar.gz libayatana-appindicator-30d75caf3805223cdfa609f2e4e14e75477c8df5.tar.bz2 libayatana-appindicator-30d75caf3805223cdfa609f2e4e14e75477c8df5.zip |
Fixups for GTK3 Build
Diffstat (limited to 'bindings/Makefile.am')
-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 |