From fb24a81c329bcdbb3766ccff982f02241e2ffd3a Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Thu, 8 Dec 2011 18:26:53 -0500 Subject: Fix build with installed incompatible version --- examples/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') 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) -- cgit v1.2.1