From 50a0138f16ceabeecd1ee92f127684a9d50b3e70 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Tue, 23 Feb 2010 10:08:05 -0800 Subject: Add a favorite contacts build option and make Moblin support automatically turn it on. --- libempathy/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy/Makefile.am') diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 1f1423952..057203bd3 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -10,6 +10,7 @@ AM_CPPFLAGS = \ -DG_LOG_DOMAIN=\"empathy\" \ $(TPL_CFLAGS) \ $(LIBEMPATHY_CFLAGS) \ + $(FAVOURITE_CONTACTS_CFLAGS) \ $(GEOCLUE_CFLAGS) \ $(NETWORK_MANAGER_CFLAGS) \ $(CONNMAN_CFLAGS) \ @@ -119,6 +120,7 @@ nodist_libempathy_la_SOURCES =\ libempathy_la_LIBADD = \ $(top_builddir)/extensions/libemp-extensions.la \ $(LIBEMPATHY_LIBS) \ + $(FAVOURITE_CONTACTS_LIBS) \ $(GEOCLUE_LIBS) \ $(TPL_LIBS) \ $(NETWORK_MANAGER_LIBS) \ -- cgit v1.2.3