aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-20 21:08:16 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 19:11:11 +0800
commit3d1021753d01d973c929c8758b11a147498377cc (patch)
tree348262f2e5c1f6e981213f8c6dcc156c8fbc3694 /libempathy-gtk
parent53a77d63614b6de76f0113b6d79a2c5ef9509e10 (diff)
downloadgsoc2013-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-gtk')
-rw-r--r--libempathy-gtk/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am
index 19e07d505..bd83eef64 100644
--- a/libempathy-gtk/Makefile.am
+++ b/libempathy-gtk/Makefile.am
@@ -4,13 +4,13 @@ include $(top_srcdir)/tools/flymake.mk
AM_CPPFLAGS = \
$(ERROR_CFLAGS) \
- -I$(top_srcdir)/tp-account-widgets \
-I$(top_srcdir)/libempathy \
-I$(top_srcdir)/extensions \
-DDATADIR=\""$(datadir)"\" \
-DPKGDATADIR=\""$(pkgdatadir)"\" \
-DGCR_API_SUBJECT_TO_CHANGE \
$(EMPATHY_CFLAGS) \
+ $(TPAW_CFLAGS) \
$(YELL_CFLAGS) \
$(ENCHANT_CFLAGS) \
$(LIBCHAMPLAIN_CFLAGS) \
@@ -168,6 +168,7 @@ nodist_libempathy_gtk_la_SOURCES =\
libempathy_gtk_la_LIBADD = \
$(EMPATHY_LIBS) \
$(EMPATHY_LIBS) \
+ $(TPAW_LIBS) \
$(GTK_LIBS) \
$(LIBNOTIFY_LIBS) \
$(CANBERRA_LIBS) \
@@ -178,7 +179,6 @@ libempathy_gtk_la_LIBADD = \
$(GCR_LIBS) \
$(MEEGO_LIBS) \
$(CHEESE_LIBS) \
- $(top_builddir)/tp-account-widgets/libtp-account-widgets.la \
$(top_builddir)/libempathy-gtk/egg-list-box/libegglistbox.la \
$(top_builddir)/libempathy/libempathy.la