X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=Makefile.am;h=ae9e4dc5bc8aec1221f807da8c9664d2ff5dffdf;hp=4d4462d2eb63a305c053b9a66490dfb734978558;hb=52a1a92ad5f32a7cfb87fc9f12ebaef546ace3a5;hpb=e53b7009489b33ed3073a9de89a7488a326a4f01 diff --git a/Makefile.am b/Makefile.am index 4d4462d2..ae9e4dc5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,15 +1,20 @@ -MY_SUBDIRS = tools extensions po data 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 -ACLOCAL_AMFLAGS = -I m4 +if HAVE_UOA +SUBDIRS += $(UOA_SUBDIRS) +endif + +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ --disable-scrollkeeper \