diff options
author | Stef Walter <stefw@collabora.co.uk> | 2010-12-03 01:46:47 +0800 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2010-12-24 21:40:01 +0800 |
commit | c55c9a4dd8848f7257794dc9fc8f8138f1b47f43 (patch) | |
tree | af9d01e5e2fc0f5b4ef78b47f0f94c7969e73f0c /libempathy/Makefile.am | |
parent | 0b44641cdd6fec4abe8c8ee96d6bdbe84db944da (diff) | |
download | gsoc2013-empathy-c55c9a4dd8848f7257794dc9fc8f8138f1b47f43.tar gsoc2013-empathy-c55c9a4dd8848f7257794dc9fc8f8138f1b47f43.tar.gz gsoc2013-empathy-c55c9a4dd8848f7257794dc9fc8f8138f1b47f43.tar.bz2 gsoc2013-empathy-c55c9a4dd8848f7257794dc9fc8f8138f1b47f43.tar.lz gsoc2013-empathy-c55c9a4dd8848f7257794dc9fc8f8138f1b47f43.tar.xz gsoc2013-empathy-c55c9a4dd8848f7257794dc9fc8f8138f1b47f43.tar.zst gsoc2013-empathy-c55c9a4dd8848f7257794dc9fc8f8138f1b47f43.zip |
libempathy: Use trust assertions instead of certificate directories.
Initial implementation.
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index ae9e2b5e9..ef85581b1 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -8,6 +8,7 @@ AM_CPPFLAGS = \ -DDATADIR=\""$(datadir)"\" \ -DLOCALEDIR=\""$(datadir)/locale"\" \ -DG_LOG_DOMAIN=\"empathy\" \ + -DGCR_API_SUBJECT_TO_CHANGE \ $(EMPATHY_CFLAGS) \ $(GEOCLUE_CFLAGS) \ $(NETWORK_MANAGER_CFLAGS) \ @@ -110,6 +111,7 @@ nodist_libempathy_la_SOURCES =\ libempathy_la_LIBADD = \ $(top_builddir)/extensions/libemp-extensions.la \ + $(GCR_LIBS) \ $(EMPATHY_LIBS) \ $(GEOCLUE_LIBS) \ $(NETWORK_MANAGER_LIBS) \ |