EDS: libsyncevolution.so no longer depends on EDS

The ESourceRegistry singleton used to be handled by the lib, now it
only hosts a pointer to it created elsewhere. To avoid a false
dependency, the lib should not be linked against EDS.
This commit is contained in:
Patrick Ohly 2014-01-14 14:48:57 +01:00
parent 41e878d0d8
commit 57f0027e98

View file

@ -205,7 +205,6 @@ src_syncevo_libsyncevolution_la_SOURCES = $(src_syncevo_sources)
nodist_src_syncevo_libsyncevolution_la_SOURCES = src/syncevo/SyncEvolutionXML.c
CLEANFILES += src/syncevo/SyncEvolutionXML.c
src_syncevo_libsyncevolution_la_LIBADD = \
@EPACKAGE_LIBS@ \
@GIO_LIBS@ \
@GTHREAD_LIBS@ \
@GLIB_LIBS@ \