aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-03-24 22:20:37 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-03-24 22:25:57 +0800
commit66303ff03c1d7801fbf7fee7ca8fa4c2a3f6639a (patch)
treeb89863d51f6e20bd829f1bae3f2529509ebeeacd
parentf8cf443194192cce76a780a04d7736fea8a87c77 (diff)
downloadgsoc2013-empathy-66303ff03c1d7801fbf7fee7ca8fa4c2a3f6639a.tar
gsoc2013-empathy-66303ff03c1d7801fbf7fee7ca8fa4c2a3f6639a.tar.gz
gsoc2013-empathy-66303ff03c1d7801fbf7fee7ca8fa4c2a3f6639a.tar.bz2
gsoc2013-empathy-66303ff03c1d7801fbf7fee7ca8fa4c2a3f6639a.tar.lz
gsoc2013-empathy-66303ff03c1d7801fbf7fee7ca8fa4c2a3f6639a.tar.xz
gsoc2013-empathy-66303ff03c1d7801fbf7fee7ca8fa4c2a3f6639a.tar.zst
gsoc2013-empathy-66303ff03c1d7801fbf7fee7ca8fa4c2a3f6639a.zip
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.
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3aae5f29e..246296172 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) \