]> git.0d.be Git - empathy.git/commitdiff
Include yell before anything else
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Thu, 24 Mar 2011 14:20:37 +0000 (14:20 +0000)
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>
Thu, 9 Jun 2011 09:20:08 +0000 (10:20 +0100)
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

index 82226162562b3878e86b9a0c5bfb94e8a65e1e0e..7fcb9e43518bfc566980cf05487db6fcebd7f4db 100644 (file)
@@ -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)                                 \