X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=Makefile.am;h=ae9e4dc5bc8aec1221f807da8c9664d2ff5dffdf;hp=0a8b1cb3209aba8b0d7b54e22a703ee0fe621566;hb=1d7db6929a00bf0fc87be40e3a9628ff6bed473a;hpb=5cbc27ef0f4373175af5725d1a0b78d464bb23b3 diff --git a/Makefile.am b/Makefile.am index 0a8b1cb3..ae9e4dc5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,16 +1,10 @@ -MY_SUBDIRS = tools extensions po data libempathy libempathy-gtk src help tests -TPAW_SUBDIRS = tp-account-widgets -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 = $(TPAW_SUBDIRS) $(MY_SUBDIRS) $(NST_SUBDIRS) $(GOA_SUBDIRS) $(UOA_SUBDIRS) +DIST_SUBDIRS = $(MY_SUBDIRS) $(GOA_SUBDIRS) $(UOA_SUBDIRS) -SUBDIRS = $(TPAW_SUBDIRS) $(MY_SUBDIRS) - -if HAVE_NST -SUBDIRS += $(NST_SUBDIRS) -endif +SUBDIRS = $(MY_SUBDIRS) if HAVE_GOA SUBDIRS += $(GOA_SUBDIRS)