X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=Makefile.am;h=ae9e4dc5bc8aec1221f807da8c9664d2ff5dffdf;hp=2ffb7d6262dce1763c8f69b35de4a6182ea45b41;hb=f815a6b963bcb7ed8ca2e2c24b66e1858f0e01a0;hpb=0cd0ad2142e6722ffc620824e424277e1f622ce1 diff --git a/Makefile.am b/Makefile.am index 2ffb7d62..ae9e4dc5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,38 +1,35 @@ -SUBDIRS = tools extensions po data libempathy libempathy-gtk src docs help +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 -if HAVE_MEGAPHONE -SUBDIRS += megaphone -endif - -if HAVE_NST -SUBDIRS += nautilus-sendto-plugin -endif +DIST_SUBDIRS = $(MY_SUBDIRS) $(GOA_SUBDIRS) $(UOA_SUBDIRS) -if HAVE_NOTHERE -SUBDIRS += nothere -endif +SUBDIRS = $(MY_SUBDIRS) -if HAVE_PYTHON -SUBDIRS += python +if HAVE_GOA +SUBDIRS += $(GOA_SUBDIRS) endif -if HAVE_TESTS -SUBDIRS += tests +if HAVE_UOA +SUBDIRS += $(UOA_SUBDIRS) endif -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ --disable-scrollkeeper \ - --disable-schemas-install \ - --enable-gtk-doc + --disable-schemas-install EXTRA_DIST = \ - ChangeLog \ - ChangeLog.old \ - README \ - CONTRIBUTORS \ - autogen.sh + CONTRIBUTORS \ + COPYING-DOCS \ + COPYING.LGPL \ + COPYING.SHARE-ALIKE \ + ChangeLog \ + ChangeLog.old \ + README \ + autogen.sh \ + $(NULL) DISTCLEANFILES = \ ChangeLog @@ -42,7 +39,7 @@ DISTCLEANFILES = \ distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper' distclean-local: - if test "x$(srdcir)" = "x."; then :; else \ + if test "x$(srcdir)" = "x."; then :; else \ rm -f ChangeLog; \ fi