diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/CMakeLists.txt | 1 | ||||
-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 |