From 94a00854b68a61e365df1b083388bc8e835c2692 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 12 Jan 2015 12:08:46 +0900 Subject: [PATCH] elm - fix build problem with examples - elocation api this fixes build of location_example_01.c as per fix in D1863 but done properly so people can't use elm elocation unless they enable beta apis --- legacy/elementary/src/lib/Elementary.h.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/Elementary.h.in b/legacy/elementary/src/lib/Elementary.h.in index 9f6bfdb627..6e87bf0bb3 100644 --- a/legacy/elementary/src/lib/Elementary.h.in +++ b/legacy/elementary/src/lib/Elementary.h.in @@ -13,7 +13,6 @@ @ELM_UNIX_DEF@ ELM_UNIX @ELM_WIN32_DEF@ ELM_WIN32 -@ELM_ELOCATION_DEF@ ELM_ELOCATION @ELM_WEB2_DEF@ ELM_WEB2 @ELM_EMAP_DEF@ ELM_EMAP @ELM_DEBUG_DEF@ ELM_DEBUG @@ -21,6 +20,10 @@ @ELM_LIBINTL_H_DEF@ ELM_LIBINTL_H @ELM_DIRENT_H_DEF@ ELM_DIRENT_H +#ifdef EFL_BETA_API_SUPPORT +@ELM_ELOCATION_DEF@ ELM_ELOCATION +#endif + /* Standard headers for standard system calls etc. */ #include #include