Tizen libraries are bad and do not have proper namespace in them,
conflicting with our own project (that does not have a namespace as
it's not meant to be used by external peers).
noinst_LTLIBRARIES = utils/libofono-efl-utils.la
utils_libofono_efl_utils_la_SOURCES = \
- utils/contacts.h \
+ utils/contacts-ofono-efl.h \
utils/log.h \
utils/ofono.c \
utils/ofono.h \
#ifndef _EFL_OFONO_GUI_H__
#define _EFL_OFONO_GUI_H__ 1
-#include "contacts.h"
+#include "contacts-ofono-efl.h"
#include "ofono.h"
Evas_Object *gui_simple_popup(const char *title, const char *message);
#include "log.h"
#include "ofono.h"
-#include "contacts.h"
+#include "contacts-ofono-efl.h"
#include "util.h"
typedef struct _Contacts {
#include "log.h"
#include "ofono.h"
-#include "contacts.h"
+#include "contacts-ofono-efl.h"
#include "util.h"
#ifndef EET_COMPRESSION_DEFAULT