diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2011-06-15 00:18:58 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-06 13:37:07 +0800 |
commit | b2c74dfc9854df75ed63ccc9f8eeda6d3f6fc71b (patch) | |
tree | 2b7320c4f16516640fe134ba55030a82d88d6b93 /Makefile.am | |
parent | 2d762527c1291c0a0fedcc2ab153d947b1876435 (diff) | |
download | gsoc2013-empathy-b2c74dfc9854df75ed63ccc9f8eeda6d3f6fc71b.tar gsoc2013-empathy-b2c74dfc9854df75ed63ccc9f8eeda6d3f6fc71b.tar.gz gsoc2013-empathy-b2c74dfc9854df75ed63ccc9f8eeda6d3f6fc71b.tar.bz2 gsoc2013-empathy-b2c74dfc9854df75ed63ccc9f8eeda6d3f6fc71b.tar.lz gsoc2013-empathy-b2c74dfc9854df75ed63ccc9f8eeda6d3f6fc71b.tar.xz gsoc2013-empathy-b2c74dfc9854df75ed63ccc9f8eeda6d3f6fc71b.tar.zst gsoc2013-empathy-b2c74dfc9854df75ed63ccc9f8eeda6d3f6fc71b.zip |
Initial work on a GNOME Online Accounts Mission Control plugin
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3b88fe0d9..f86a3a46f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,8 @@ MY_SUBDIRS = tools extensions po data telepathy-yell libempathy libempathy-gtk src help tests NST_SUBDIRS = nautilus-sendto-plugin +GOA_SUBDIRS = goa-mc-plugin -DIST_SUBDIRS = $(MY_SUBDIRS) $(NST_SUBDIRS) +DIST_SUBDIRS = $(MY_SUBDIRS) $(NST_SUBDIRS) $(GOA_SUBDIRS) SUBDIRS = $(MY_SUBDIRS) @@ -9,6 +10,10 @@ if HAVE_NST SUBDIRS += $(NST_SUBDIRS) endif +if HAVE_GOA +SUBDIRS += $(GOA_SUBDIRS) +endif + ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ |