activesync: fix packaging of activesyncd (FDO #98014)

The latest activesyncd contains GSettings schema files
which get installed by the top-level makefile, therefore
we have to install everything.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
This commit is contained in:
Patrick Ohly 2016-10-07 06:18:15 -07:00
parent 160b1f5e60
commit 30d42f88ca
1 changed files with 1 additions and 4 deletions

View File

@ -27,7 +27,4 @@ src_backends_activesync_syncactivesync_la_DEPENDENCIES = src/syncevo/libsyncevol
# activated by EASCLIENT_DEPENDENCIES: usually empty, unless --with-activesyncd-src is used
$(src_backends_activesync_src) src/backends/activesync/ActiveSyncSourceRegister.cpp: $(EASCLIENT_DEPENDENCIES)
$(EASCLIENT_DEPENDENCIES): $(LIBEASCLIENT_LA_DEPENDENCIES)
cd src/backends/activesync/activesyncd/build && $(MAKE)
for i in libeasaccount/src libeasclient eas-daemon/libeas libeastest/src eas-daemon/src; do \
(cd src/backends/activesync/activesyncd/build/$$i && $(MAKE) DESTDIR= install) || exit 1; \
done
cd src/backends/activesync/activesyncd/build && $(MAKE) && $(MAKE) DESTDIR= install