diff options
-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 | ||