summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-24 15:18:19 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-24 15:18:19 +0200
commit0b67409d65822f37195f50cfbaa11f95b40791c7 (patch)
treefaa6a06f8f4b61d2b5feb2afd999e14118a5522c
parentfe25459d20d0d0f2e908c5527b2b01f302f59ac1 (diff)
downloadtelepathy-glib-0b67409d65822f37195f50cfbaa11f95b40791c7.tar.gz
Revert "Copy contact-list.c into the ${builddir} so the XInclude in the docs works"
This reverts commit ca33bfa878946a1ad904e0dcd88455e989223707.
-rw-r--r--examples/client/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/client/Makefile.am b/examples/client/Makefile.am
index f128c413d..99ea4d6c6 100644
--- a/examples/client/Makefile.am
+++ b/examples/client/Makefile.am
@@ -66,19 +66,3 @@ AM_CFLAGS = $(ERROR_CFLAGS)
AM_LDFLAGS = \
$(ERROR_LDFLAGS) \
$(NULL)
-
-# These files are copied into the ${builddir}, if different, because
-# the documentation includes them via XInclude, and gtk-doc looks
-# in the builddir for such files.
-copy_to_builddir = \
- contact-list.c \
- $(NULL)
-
-all-local:
- ${AM_V_at}if test -n "${srcdir}" && test "x${srcdir}" != x.; then \
- for x in ${copy_to_builddir}; do \
- cp "${srcdir}/$$x" "$$x" || exit $$?; \
- done; \
- fi
-
-CLEANFILES = ${copy_to_builddir}