summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile.am')
-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)