From 6d67672852072737fee47d2ef43031929520afd6 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Thu, 24 Mar 2011 14:20:37 +0000 Subject: Include yell before anything else Since we want to build against our copy of yell. Otherwise if you have yell installed in /usr, it'll be picked from there as we get -I/usr/include/telepathy-1.0 and telepathy-yell is installed as telepathy-yell/telepathy-yell.h in that directory. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 822261625..7fcb9e435 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,8 +1,8 @@ include $(top_srcdir)/tools/flymake.mk CPPFLAGS_COMMON = \ - $(EMPATHY_CFLAGS) \ $(YELL_CFLAGS) \ + $(EMPATHY_CFLAGS) \ $(EDS_CFLAGS) \ $(ERROR_CFLAGS) \ -I$(top_srcdir) \ -- cgit v1.2.3