saha -> salam: To continue using hello 75/14975/1
authorJose Bollo <jose.bollo@iot.bzh>
Tue, 3 Jul 2018 16:52:25 +0000 (18:52 +0200)
committerJose Bollo <jose.bollo@iot.bzh>
Tue, 3 Jul 2018 17:25:38 +0000 (19:25 +0200)
My memory has hole and thought that saha was
hello in arabian but it is thank you.

To avoid misplaced suceptibility, i also adde shalom.

Change-Id: I493d91fe79c9ce1a2b1a0318883e2cb26a43eb87
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
coverage/apis/auto/saha [deleted symlink]
coverage/apis/auto/salam [new symlink]
coverage/apis/auto/shalom [new symlink]
coverage/bin/Makefile

diff --git a/coverage/apis/auto/saha b/coverage/apis/auto/saha
deleted file mode 120000 (symlink)
index 403904c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../bin/saha.so
\ No newline at end of file
diff --git a/coverage/apis/auto/salam b/coverage/apis/auto/salam
new file mode 120000 (symlink)
index 0000000..115c8e6
--- /dev/null
@@ -0,0 +1 @@
+../../bin/salam.so
\ No newline at end of file
diff --git a/coverage/apis/auto/shalom b/coverage/apis/auto/shalom
new file mode 120000 (symlink)
index 0000000..9fc6ff5
--- /dev/null
@@ -0,0 +1 @@
+../../bin/shalom.so
\ No newline at end of file
index a256a9a..c033ffd 100644 (file)
@@ -4,7 +4,7 @@
 heredir = .
 basedir = ../..
 
-targets = afb-daemon-cov  afb-client hi3.so hello.so salut.so saha.so demat.so bug.so
+targets = afb-daemon-cov  afb-client hi3.so hello.so salut.so salam.so shalom.so demat.so bug.so
 
 binaries: $(targets)
 
@@ -58,9 +58,13 @@ salut.so: $(hello3_src)
        @echo creation of $@
        @gcc -o $@ $(hello3_src) '-DAPINAME="salut"' $(binding_flags) $(cflags)
 
-saha.so: $(hello3_src)
+salam.so: $(hello3_src)
        @echo creation of $@
-       @gcc -o $@ $(hello3_src) '-DAPINAME="saha"' $(binding_flags) $(cflags)
+       @gcc -o $@ $(hello3_src) '-DAPINAME="salam"' $(binding_flags) $(cflags)
+
+shalom.so: $(hello3_src)
+       @echo creation of $@
+       @gcc -o $@ $(hello3_src) '-DAPINAME="shalom"' $(binding_flags) $(cflags)
 
 demat.so: $(hello3_src)
        @echo creation of $@