[empathy/gnome-2-34] Include yell before anything else



commit 66303ff03c1d7801fbf7fee7ca8fa4c2a3f6639a
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 3aae5f2..2462961 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)					\
 	$(GTK_CFLAGS)					\
 	$(ERROR_CFLAGS)					\



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