From 8975b0954580dd5ffcade4c23d54ecfe71f0b9c5 Mon Sep 17 00:00:00 2001 From: Jimmy Huang Date: Thu, 27 Jun 2013 14:39:15 -0700 Subject: [PATCH] Switch back to build with local dummy contacts library This would allow lemolo to not depend on Tizen contacts-service at runtime. Signed-off-by: Jimmy Huang --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 28ead33..279c7e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ utils_libofono_efl_utils_la_LIBADD = \ @TIZEN_LIBS@ if HAVE_TIZEN -utils_libofono_efl_utils_la_SOURCES += utils/contacts-tizen.c +utils_libofono_efl_utils_la_SOURCES += utils/contacts.c else utils_libofono_efl_utils_la_SOURCES += utils/contacts.c endif -- 2.7.4