diff options
author | Cody Russell <crussell@canonical.com> | 2009-12-11 10:31:49 -0600 |
---|---|---|
committer | Cody Russell <crussell@canonical.com> | 2009-12-11 10:31:49 -0600 |
commit | 88a109e2f9513a4560419f0892971967636224b1 (patch) | |
tree | e8cebdb7dbb85c6fb0456b4e38004f1e493a9fe0 /Makefile.am | |
parent | 6d3743ef998358604fc37a3e1759257cd1061523 (diff) | |
download | libayatana-appindicator-88a109e2f9513a4560419f0892971967636224b1.tar.gz libayatana-appindicator-88a109e2f9513a4560419f0892971967636224b1.tar.bz2 libayatana-appindicator-88a109e2f9513a4560419f0892971967636224b1.zip |
Move to bindings/mono
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 14ff7f7..aee7109 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,9 @@ -SUBDIRS = data \ - src \ - sources \ - example \ - tests +SUBDIRS = \ + data \ + src \ + bindings \ + example \ + tests DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall |