summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-05-17 15:12:11 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-05-17 15:29:46 +0200
commit06382af9092babedbf56aa1c00b3bd7cb0b86cda (patch)
tree294a43ae20190d90f6871545408a1be0902e7cc4 /include
parent28a3f9d5c0b92c7dd3a3844e73b83aa350d5e165 (diff)
provides developper files
Change-Id: I0e41a0db778c69b5f5ce71115d495b2bb8b4cffe Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include')
-rw-r--r--include/CMakeLists.txt1
-rw-r--r--include/afb/afb-evmgr-itf.h (renamed from include/afb-evmgr-itf.h)0
-rw-r--r--include/afb/afb-plugin.h (renamed from include/afb-plugin.h)4
-rw-r--r--include/afb/afb-req-itf.h (renamed from include/afb-req-itf.h)0
4 files changed, 3 insertions, 2 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
new file mode 100644
index 00000000..07cbb04b
--- /dev/null
+++ b/include/CMakeLists.txt
@@ -0,0 +1 @@
+INSTALL(DIRECTORY afb DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
diff --git a/include/afb-evmgr-itf.h b/include/afb/afb-evmgr-itf.h
index 90b1e0a9..90b1e0a9 100644
--- a/include/afb-evmgr-itf.h
+++ b/include/afb/afb-evmgr-itf.h
diff --git a/include/afb-plugin.h b/include/afb/afb-plugin.h
index 40b26cfa..2cfe6289 100644
--- a/include/afb-plugin.h
+++ b/include/afb/afb-plugin.h
@@ -17,8 +17,8 @@
#pragma once
-#include "afb-req-itf.h"
-#include "afb-evmgr-itf.h"
+#include <afb/afb-req-itf.h>
+#include <afb/afb-evmgr-itf.h>
/* Plugin Type */
enum AFB_pluginE
diff --git a/include/afb-req-itf.h b/include/afb/afb-req-itf.h
index a8980ffc..a8980ffc 100644
--- a/include/afb-req-itf.h
+++ b/include/afb/afb-req-itf.h