From: Fulup Ar Foll Date: Sun, 29 May 2016 21:41:40 +0000 (+0200) Subject: Merge branch 'master' of https://github.com/iotbzh/afb-daemon X-Git-Tag: blowfish_2.0.1~62 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=26bca5f8a8c6f9403a84945a5cd914b6da948efd;hp=706bc5c7e0db5f7a782f80ab99fa8fe005289f8d;p=src%2Fapp-framework-binder.git Merge branch 'master' of https://github.com/iotbzh/afb-daemon --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c5094bb8..7a1a0d01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,9 @@ SET(PROJECT_DESCRIPTION "Secured binder of API for clients of the Application fr SET(PROJECT_VERSION "0.5") SET(PROJECT_URL "https://github.com/iotbzh/afb-daemon") +SET(LIBAFBWSC_VERSION "0.5") +SET(LIBAFBWSC_SOVERSION "0") + INCLUDE(FindPkgConfig) INCLUDE(CheckIncludeFiles) INCLUDE(CheckLibraryExists) @@ -69,11 +72,11 @@ ADD_SUBDIRECTORY(plugins) ############################################################ # installs the pkgconfig files CONFIGURE_FILE(afb-daemon.pc.in afb-daemon.pc @ONLY) -CONFIGURE_FILE(afb-wsc.pc.in afb-wsc.pc @ONLY) +CONFIGURE_FILE(libafbwsc.pc.in libafbwsc.pc @ONLY) INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/afb-daemon.pc - ${CMAKE_CURRENT_BINARY_DIR}/afb-wsc.pc + ${CMAKE_CURRENT_BINARY_DIR}/libafbwsc.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig ) diff --git a/doc/afb-plugin-writing.html b/doc/afb-plugin-writing.html index 20e25972..b80006f4 100644 --- a/doc/afb-plugin-writing.html +++ b/doc/afb-plugin-writing.html @@ -8,7 +8,7 @@

HOWTO WRITE a PLUGIN for AFB-DAEMON

version: 1
-Date:    27 mai 2016
+Date:    29 mai 2016
 Author:  José Bollo
 
@@ -18,14 +18,14 @@ Author: José Bollo
  • Summary