summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: 8875022ea9e6edbe2e70a20bd22b844c633af255 (plain)
1
2
3
4
5
6
7
8
9
10
11
EXTRA_DIST = \
    telepathy.am

TELEPATHY_GLIB_SRCDIR = $(top_srcdir)/../telepathy-glib
maintainer-update-from-telepathy-glib:
	set -e && cd $(srcdir) && \
	for x in $(EXTRA_DIST); do \
		if test -f $(TELEPATHY_GLIB_SRCDIR)/tools/$$x; then \
			cp $(TELEPATHY_GLIB_SRCDIR)/tools/$$x $$x; \
		fi; \
	done