diff options
author | Emanuele Aina <emanuele.aina@collabora.com> | 2013-03-25 23:38:16 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 18:03:04 +0800 |
commit | 5cbc27ef0f4373175af5725d1a0b78d464bb23b3 (patch) | |
tree | 377bc6c4903fc0d159a75d7b5d1facc2f53a7308 /Makefile.am | |
parent | 80a78928abd6a5c581e6c0e6036d3e7aea31d7ad (diff) | |
download | gsoc2013-empathy-5cbc27ef0f4373175af5725d1a0b78d464bb23b3.tar.gz gsoc2013-empathy-5cbc27ef0f4373175af5725d1a0b78d464bb23b3.tar.zst gsoc2013-empathy-5cbc27ef0f4373175af5725d1a0b78d464bb23b3.zip |
tp-account-widgets: Move account widgets code in the tp-account-widgets subdir
Start moving the account widgets code in a subdir before fully isolating
it and stubbing it out in a submodule.
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index dc120d5fb..0a8b1cb32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,12 @@ MY_SUBDIRS = tools extensions po data libempathy libempathy-gtk src help tests +TPAW_SUBDIRS = tp-account-widgets NST_SUBDIRS = nautilus-sendto-plugin GOA_SUBDIRS = goa-mc-plugin UOA_SUBDIRS = ubuntu-online-accounts -DIST_SUBDIRS = $(MY_SUBDIRS) $(NST_SUBDIRS) $(GOA_SUBDIRS) $(UOA_SUBDIRS) +DIST_SUBDIRS = $(TPAW_SUBDIRS) $(MY_SUBDIRS) $(NST_SUBDIRS) $(GOA_SUBDIRS) $(UOA_SUBDIRS) -SUBDIRS = $(MY_SUBDIRS) +SUBDIRS = $(TPAW_SUBDIRS) $(MY_SUBDIRS) if HAVE_NST SUBDIRS += $(NST_SUBDIRS) |