Improve library split parts
authorJosé Bollo <jose.bollo@iot.bzh>
Thu, 3 Oct 2019 10:34:13 +0000 (12:34 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 4 Oct 2019 11:43:10 +0000 (13:43 +0200)
commitd4a2c432763b033acf7c94ee7e121aca5a3a4f10
treee972628992c5f8a49ba3704c10ab9b1058c4c1b9
parentbf0edaecd3cbf088992ba4bae20d761cceeb1742
Improve library split parts

In prevision of further developments (like plugins)
the server is splitted in two parts: the server program
itself and the core library.

The client library is also splitted in two parts:
the compatibility part and the real client part.

Change-Id: Iaee93298d52eb825ad9aed5d2b3e74c2975b5950
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
12 files changed:
CMakeLists.txt
README.md [new file with mode: 0644]
pkgconfig/CMakeLists.txt
pkgconfig/cynara-compat.pc.in [new file with mode: 0644]
pkgconfig/cynara.pc.in
pkgconfig/link-to-cynara-compat.pc [new symlink]
pkgconfig/link.pc [deleted symlink]
src/CMakeLists.txt
src/SOURCES.md [new file with mode: 0644]
src/export-cynara-client.map [new file with mode: 0644]
src/export-cynara-compat.map [moved from src/export.map with 80% similarity]
src/export-cynara-core.map [new file with mode: 0644]