summaryrefslogtreecommitdiff
path: root/telepathy-farstream
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2013-09-25 20:23:20 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2013-09-25 20:35:34 -0400
commitedf5cf40797eca0e6661fe3b08912a84a39204c3 (patch)
tree4c4862fd4e6e6a7401b097c23512053f33791f6f /telepathy-farstream
parent91fc609e105b466fc5b2c4983baff82a6fa9ced2 (diff)
downloadtelepathy-farstream-edf5cf40797eca0e6661fe3b08912a84a39204c3.tar.gz
Replace INCLUDES with equivalent AM_CPPFLAGS
Diffstat (limited to 'telepathy-farstream')
-rw-r--r--telepathy-farstream/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-farstream/Makefile.am b/telepathy-farstream/Makefile.am
index 50e03e3..45a6280 100644
--- a/telepathy-farstream/Makefile.am
+++ b/telepathy-farstream/Makefile.am
@@ -37,7 +37,7 @@ lib_LTLIBRARIES = libtelepathy-farstream.la
pkgconfigdir = ${libdir}/pkgconfig
pkgconfig_DATA = telepathy-farstream.pc
-INCLUDES = \
+AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_builddir) \
$(GLIB_CFLAGS) \
@@ -75,7 +75,7 @@ TelepathyFarstream_0_6_gir_INCLUDES = \
Gst-1.0 \
Farstream-0.2 \
TelepathyGLib-0.12
-TelepathyFarstream_0_6_gir_CFLAGS = $(INCLUDES)
+TelepathyFarstream_0_6_gir_CFLAGS = $(AM_CPPFLAGS)
TelepathyFarstream_0_6_gir_LIBS = libtelepathy-farstream.la
TelepathyFarstream_0_6_gir_FILES = $(introspection_sources)
TelepathyFarstream_0_6_gir_SCANNERFLAGS = --identifier-prefix=tf_ --identifier-prefix=Tf