diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-05-20 21:08:16 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 19:11:11 +0800 |
commit | 3d1021753d01d973c929c8758b11a147498377cc (patch) | |
tree | 348262f2e5c1f6e981213f8c6dcc156c8fbc3694 /libempathy | |
parent | 53a77d63614b6de76f0113b6d79a2c5ef9509e10 (diff) | |
download | gsoc2013-empathy-3d1021753d01d973c929c8758b11a147498377cc.tar gsoc2013-empathy-3d1021753d01d973c929c8758b11a147498377cc.tar.gz gsoc2013-empathy-3d1021753d01d973c929c8758b11a147498377cc.tar.bz2 gsoc2013-empathy-3d1021753d01d973c929c8758b11a147498377cc.tar.lz gsoc2013-empathy-3d1021753d01d973c929c8758b11a147498377cc.tar.xz gsoc2013-empathy-3d1021753d01d973c929c8758b11a147498377cc.tar.zst gsoc2013-empathy-3d1021753d01d973c929c8758b11a147498377cc.zip |
Use the telepathy-account-widgets submodule instead of the internal copy
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'libempathy')
-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 e7dbd7f86..267781185 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -9,6 +9,7 @@ AM_CPPFLAGS = \ -DG_LOG_DOMAIN=\"empathy\" \ -DGCR_API_SUBJECT_TO_CHANGE \ $(EMPATHY_CFLAGS) \ + $(TPAW_CFLAGS) \ $(GEOCLUE_CFLAGS) \ $(GEOCODE_CFLAGS) \ $(NETWORK_MANAGER_CFLAGS) \ @@ -107,6 +108,7 @@ libempathy_la_LIBADD = \ $(top_builddir)/extensions/libemp-extensions.la \ $(GCR_LIBS) \ $(EMPATHY_LIBS) \ + $(TPAW_LIBS) \ $(GEOCLUE_LIBS) \ $(GEOCODE_LIBS) \ $(NETWORK_MANAGER_LIBS) \ |