diff options
author | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-05-13 17:37:34 +0800 |
---|---|---|
committer | Marco Barisione <marco.barisione@collabora.co.uk> | 2013-08-20 18:03:07 +0800 |
commit | 7647a821fd1155a4d8c791df993ad59b6b89a715 (patch) | |
tree | dd344dce3b57a86788ca16563c9bad600e109416 | |
parent | b879d882f8b12126cc8f513a88aae77c2c65ae5f (diff) | |
download | gsoc2013-empathy-7647a821fd1155a4d8c791df993ad59b6b89a715.tar gsoc2013-empathy-7647a821fd1155a4d8c791df993ad59b6b89a715.tar.gz gsoc2013-empathy-7647a821fd1155a4d8c791df993ad59b6b89a715.tar.bz2 gsoc2013-empathy-7647a821fd1155a4d8c791df993ad59b6b89a715.tar.lz gsoc2013-empathy-7647a821fd1155a4d8c791df993ad59b6b89a715.tar.xz gsoc2013-empathy-7647a821fd1155a4d8c791df993ad59b6b89a715.tar.zst gsoc2013-empathy-7647a821fd1155a4d8c791df993ad59b6b89a715.zip |
tp-account-widgets/Makefile.am: remove Empathy's include paths
tp-account-widgets doesn't depend on Empathy headers any more!
https://bugzilla.gnome.org/show_bug.cgi?id=699492
-rw-r--r-- | tp-account-widgets/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tp-account-widgets/Makefile.am b/tp-account-widgets/Makefile.am index e8c2ac434..6635fae86 100644 --- a/tp-account-widgets/Makefile.am +++ b/tp-account-widgets/Makefile.am @@ -1,7 +1,5 @@ AM_CPPFLAGS = \ $(ERROR_CFLAGS) \ - -I$(top_srcdir)/libempathy \ - -I$(top_srcdir)/libempathy-gtk \ -DDATADIR=\""$(datadir)"\" \ -DPKGDATADIR=\""$(pkgdatadir)"\" \ -DG_LOG_DOMAIN=\"empathy\" \ |