rename contacts.h to contacts-ofono-efl.h to avoid clash on tizen.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Mon, 10 Sep 2012 17:24:27 +0000 (14:24 -0300)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Mon, 10 Sep 2012 17:24:27 +0000 (14:24 -0300)
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).

Makefile.am
dialer/gui.h
utils/contacts-ofono-efl.h [moved from utils/contacts.h with 100% similarity]
utils/contacts-tizen.c
utils/contacts.c

index d918206..ec2a443 100644 (file)
@@ -26,7 +26,7 @@ EXTRA_DIST =
 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 \
index 8939bcf..22f5afe 100644 (file)
@@ -1,7 +1,7 @@
 #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);
similarity index 100%
rename from utils/contacts.h
rename to utils/contacts-ofono-efl.h
index 5554d64..81a3bf5 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "log.h"
 #include "ofono.h"
-#include "contacts.h"
+#include "contacts-ofono-efl.h"
 #include "util.h"
 
 typedef struct _Contacts {
index 3cb10f3..3dd14b9 100644 (file)
@@ -7,7 +7,7 @@
 
 #include "log.h"
 #include "ofono.h"
-#include "contacts.h"
+#include "contacts-ofono-efl.h"
 #include "util.h"
 
 #ifndef EET_COMPRESSION_DEFAULT