From 5f24a6496887b3c850b0aac3789d4a1bfd58a3d2 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 8 Nov 2018 14:50:04 +0000 Subject: [PATCH] elocation - only define ebta api support if needed - not needed here... --- src/lib/elocation/gen/eldbus_geo_clue2_client.c | 4 +++- src/lib/elocation/gen/eldbus_geo_clue2_location.c | 4 +++- src/lib/elocation/gen/eldbus_geo_clue2_manager.c | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/lib/elocation/gen/eldbus_geo_clue2_client.c b/src/lib/elocation/gen/eldbus_geo_clue2_client.c index f341c5e24d..b116647998 100644 --- a/src/lib/elocation/gen/eldbus_geo_clue2_client.c +++ b/src/lib/elocation/gen/eldbus_geo_clue2_client.c @@ -1,4 +1,6 @@ -#define EFL_BETA_API_SUPPORT +#ifndef EFL_BETA_API_SUPPORT +# define EFL_BETA_API_SUPPORT +#endif #include "eldbus_geo_clue2_client.h" diff --git a/src/lib/elocation/gen/eldbus_geo_clue2_location.c b/src/lib/elocation/gen/eldbus_geo_clue2_location.c index a4fc6a9a8d..57728c1724 100644 --- a/src/lib/elocation/gen/eldbus_geo_clue2_location.c +++ b/src/lib/elocation/gen/eldbus_geo_clue2_location.c @@ -1,4 +1,6 @@ -#define EFL_BETA_API_SUPPORT +#ifndef EFL_BETA_API_SUPPORT +# define EFL_BETA_API_SUPPORT +#endif #include "eldbus_geo_clue2_location.h" diff --git a/src/lib/elocation/gen/eldbus_geo_clue2_manager.c b/src/lib/elocation/gen/eldbus_geo_clue2_manager.c index 408bb030c4..838a530d4d 100644 --- a/src/lib/elocation/gen/eldbus_geo_clue2_manager.c +++ b/src/lib/elocation/gen/eldbus_geo_clue2_manager.c @@ -1,4 +1,6 @@ -#define EFL_BETA_API_SUPPORT +#ifndef EFL_BETA_API_SUPPORT +# define EFL_BETA_API_SUPPORT +#endif #include "eldbus_geo_clue2_manager.h"