From b4c1938951ba62997d3db73b3c11a2ef7ac4e1f8 Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Thu, 16 May 2013 16:06:22 +0100 Subject: Makefile.am: don't compile code not related to tpaw https://bugzilla.gnome.org/show_bug.cgi?id=699492 --- Makefile.am | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0a8b1cb3..9c7d44a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,24 +1,4 @@ -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 = $(TPAW_SUBDIRS) $(MY_SUBDIRS) $(NST_SUBDIRS) $(GOA_SUBDIRS) $(UOA_SUBDIRS) - -SUBDIRS = $(TPAW_SUBDIRS) $(MY_SUBDIRS) - -if HAVE_NST -SUBDIRS += $(NST_SUBDIRS) -endif - -if HAVE_GOA -SUBDIRS += $(GOA_SUBDIRS) -endif - -if HAVE_UOA -SUBDIRS += $(UOA_SUBDIRS) -endif +SUBDIRS = tools extensions po data tp-account-widgets ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} @@ -28,11 +8,8 @@ DISTCHECK_CONFIGURE_FLAGS = \ EXTRA_DIST = \ CONTRIBUTORS \ - COPYING-DOCS \ COPYING.LGPL \ - COPYING.SHARE-ALIKE \ ChangeLog \ - ChangeLog.old \ README \ autogen.sh \ $(NULL) @@ -64,4 +41,3 @@ ChangeLog: fi .PHONY: ChangeLog - -- cgit v1.2.1