diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-07-11 17:24:08 +0200 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-07-17 10:50:07 +0200 |
commit | b3303810b1edbe0a9bc7c066fb6c4ea96cb65c12 (patch) | |
tree | e88bb6122b9051a37ea088dfee67e734bee520a5 /binding/radio_impl_kingfisher.c | |
parent | e2c836ff4229b158d528aaa537c0f4d216debe3e (diff) |
Set the binding version in cmake instead of source
Setting AFB_BINDING_VERSION is cmake makes merges
easier between branches, since it is always defined
once at a single place instead that in each file
that need it.
Also removed the "INSTALL" section with LIBRARY_DESTINATION
since it is now treated in app-templates.
Change-Id: I7ef5f3b4d2009ab6ec296ac70bfc0a5647f9534c
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Diffstat (limited to 'binding/radio_impl_kingfisher.c')
-rw-r--r-- | binding/radio_impl_kingfisher.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binding/radio_impl_kingfisher.c b/binding/radio_impl_kingfisher.c index 177ad88..d88176d 100644 --- a/binding/radio_impl_kingfisher.c +++ b/binding/radio_impl_kingfisher.c @@ -23,7 +23,6 @@ #include <fcntl.h> #include <sys/stat.h> #include <gst/gst.h> -#define AFB_BINDING_VERSION 2 #include <afb/afb-binding.h> #include "radio_impl.h" |