[folks] telepathy: Remove redundant entries from a CPPFLAGS variable



commit 3251589b691a8dbec03aae03fc1b7ee61f49a1ac
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Fri Oct 25 09:56:34 2013 +0100

    telepathy: Remove redundant entries from a CPPFLAGS variable
    
    They’re already in AM_CPPFLAGS, which is substituted into that CPPFLAGS
    variable.

 backends/telepathy/lib/Makefile.am |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/backends/telepathy/lib/Makefile.am b/backends/telepathy/lib/Makefile.am
index d159466..c711b37 100644
--- a/backends/telepathy/lib/Makefile.am
+++ b/backends/telepathy/lib/Makefile.am
@@ -123,13 +123,9 @@ libtp_zeitgeist_dummy_la_CFLAGS = \
 
 libtp_zeitgeist_la_CPPFLAGS = \
        $(AM_CPPFLAGS) \
-       -I$(top_srcdir) \
-       -I$(top_srcdir)/folks \
-       -include $(CONFIG_HEADER) \
        -DABS_TOP_SRCDIR=\"${abs_top_srcdir}\" \
        -DABS_TOP_BUILDDIR=\"${abs_top_builddir}\" \
        -DPKGLIBEXECDIR=\"${pkglibexecdir}\" \
-       -DPACKAGE_DATADIR=\"${pkgdatadir}\" \
        $(NULL)
 libtp_zeitgeist_dummy_la_CPPFLAGS = $(libtp_zeitgeist_la_CPPFLAGS)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]