X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=Makefile.am;h=ae9e4dc5bc8aec1221f807da8c9664d2ff5dffdf;hp=3b88fe0d91f6260eda31d00c164005c03703517f;hb=fe562bde101e75f02436ace709c3a4b468ab27c3;hpb=2021c145e0c5eb6aa9eda91d58d54b13007113ad diff --git a/Makefile.am b/Makefile.am index 3b88fe0d..ae9e4dc5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,17 @@ -MY_SUBDIRS = tools extensions po data telepathy-yell libempathy libempathy-gtk src help tests -NST_SUBDIRS = nautilus-sendto-plugin +MY_SUBDIRS = tools extensions po data telepathy-account-widgets libempathy libempathy-gtk src help tests +GOA_SUBDIRS = goa-mc-plugin +UOA_SUBDIRS = ubuntu-online-accounts -DIST_SUBDIRS = $(MY_SUBDIRS) $(NST_SUBDIRS) +DIST_SUBDIRS = $(MY_SUBDIRS) $(GOA_SUBDIRS) $(UOA_SUBDIRS) SUBDIRS = $(MY_SUBDIRS) -if HAVE_NST -SUBDIRS += $(NST_SUBDIRS) +if HAVE_GOA +SUBDIRS += $(GOA_SUBDIRS) +endif + +if HAVE_UOA +SUBDIRS += $(UOA_SUBDIRS) endif ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}