From: Marco Barisione Date: Mon, 13 May 2013 09:37:34 +0000 (+0100) Subject: tp-account-widgets/Makefile.am: remove Empathy's include paths X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=7647a821fd1155a4d8c791df993ad59b6b89a715 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 --- diff --git a/tp-account-widgets/Makefile.am b/tp-account-widgets/Makefile.am index e8c2ac43..6635fae8 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\" \