[empathy: 73/99] Include yell before anything else



commit 6d67672852072737fee47d2ef43031929520afd6
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Thu Mar 24 14:20:37 2011 +0000

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 8222616..7fcb9e4 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)                          	\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]