summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2011-12-08 18:26:53 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2011-12-08 18:26:53 -0500
commitfb24a81c329bcdbb3766ccff982f02241e2ffd3a (patch)
tree32b71aa894c3fa0bc23b48202660c38ac11d09c6 /examples
parenta829144960de949e7601250a585ee38128f1231b (diff)
downloadtelepathy-farstream-fb24a81c329bcdbb3766ccff982f02241e2ffd3a.tar.gz
Fix build with installed incompatible version
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index ff2e7c3..b7e60a7 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -10,11 +10,11 @@ LDADD = \
$(TELEPATHY_LIBS)
AM_CFLAGS = \
+ -I$(top_srcdir) \
+ -I$(top_builddir) \
$(ERROR_CFLAGS) \
$(GLIB_CFLAGS) \
$(DBUS_CFLAGS) \
$(GST_CFLAGS) \
$(FARSTREAM_CFLAGS) \
- $(TELEPATHY_CFLAGS) \
- -I$(top_srcdir) \
- -I$(top_builddir)
+ $(TELEPATHY_CFLAGS)