diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2018-11-08 14:50:04 +0000 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2018-11-09 11:44:00 +0000 |
commit | 5f24a6496887b3c850b0aac3789d4a1bfd58a3d2 (patch) | |
tree | 255d16d2310b56d9c29666c9e26336c39aa3b49b /src | |
parent | 882b1796d1388a9f36b78cf902ba9c10b168e07a (diff) |
elocation - only define ebta api support if needed - not needed here...
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/elocation/gen/eldbus_geo_clue2_client.c | 4 | ||||
-rw-r--r-- | src/lib/elocation/gen/eldbus_geo_clue2_location.c | 4 | ||||
-rw-r--r-- | 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 @@ | |||
1 | #define EFL_BETA_API_SUPPORT | 1 | #ifndef EFL_BETA_API_SUPPORT |
2 | # define EFL_BETA_API_SUPPORT | ||
3 | #endif | ||
2 | 4 | ||
3 | #include "eldbus_geo_clue2_client.h" | 5 | #include "eldbus_geo_clue2_client.h" |
4 | 6 | ||
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 @@ | |||
1 | #define EFL_BETA_API_SUPPORT | 1 | #ifndef EFL_BETA_API_SUPPORT |
2 | # define EFL_BETA_API_SUPPORT | ||
3 | #endif | ||
2 | 4 | ||
3 | #include "eldbus_geo_clue2_location.h" | 5 | #include "eldbus_geo_clue2_location.h" |
4 | 6 | ||
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 @@ | |||
1 | #define EFL_BETA_API_SUPPORT | 1 | #ifndef EFL_BETA_API_SUPPORT |
2 | # define EFL_BETA_API_SUPPORT | ||
3 | #endif | ||
2 | 4 | ||
3 | #include "eldbus_geo_clue2_manager.h" | 5 | #include "eldbus_geo_clue2_manager.h" |
4 | 6 | ||