build: Fix srcdir != builddir from git
authorColin Walters <walters@verbum.org>
Fri, 12 Apr 2013 13:23:53 +0000 (09:23 -0400)
committerColin Walters <walters@verbum.org>
Fri, 12 Apr 2013 13:23:53 +0000 (09:23 -0400)
commitfb9b02e43251b7f4004eb41791f0a3553eeb2b4c
tree25304ec1310158c2e1e6a420ac4216ac4d227669
parent5da2c8f6d1b5f19fb57899484c17cc2767407889
build: Fix srcdir != builddir from git

We can't do (cd $(srcdir); ...) and inside reference $(top_srcdir)
because that variable uses a *relative* path.  Thus we copy the
approach from gnome-shell of explicitly using addprefix to append the
source directory.
addressbook/libebook-contacts/Makefile.am
addressbook/libebook/Makefile.am
calendar/libecal/Makefile.am
camel/Makefile.am
libebackend/Makefile.am
libedataserver/Makefile.am