aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>2008-11-26 06:11:29 +0800
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>2009-05-28 00:52:04 +0800
commitc43cfe015de9771fb20c718039f5ea09e56ae1c7 (patch)
tree351067486d1b3c5d578ca50bd319fbd733138d72 /src
parent1d8091578b25a85b3d1d6d4c651a0c8e73c3fe2d (diff)
downloadgsoc2013-empathy-c43cfe015de9771fb20c718039f5ea09e56ae1c7.tar
gsoc2013-empathy-c43cfe015de9771fb20c718039f5ea09e56ae1c7.tar.gz
gsoc2013-empathy-c43cfe015de9771fb20c718039f5ea09e56ae1c7.tar.bz2
gsoc2013-empathy-c43cfe015de9771fb20c718039f5ea09e56ae1c7.tar.lz
gsoc2013-empathy-c43cfe015de9771fb20c718039f5ea09e56ae1c7.tar.xz
gsoc2013-empathy-c43cfe015de9771fb20c718039f5ea09e56ae1c7.tar.zst
gsoc2013-empathy-c43cfe015de9771fb20c718039f5ea09e56ae1c7.zip
Configure bits for libchamplain
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 58f30ad7d..128ef88ee 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,6 +4,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
$(EMPATHY_CFLAGS) \
$(LIBNOTIFY_CFLAGS) \
+ $(LIBCHAMPLAIN_CFLAGS) \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED)
@@ -12,7 +13,8 @@ LDADD = \
$(top_builddir)/libempathy/libempathy.la \
$(top_builddir)/extensions/libemp-extensions.la \
$(LIBNOTIFY_LIBS) \
- $(EMPATHY_LIBS)
+ $(EMPATHY_LIBS) \
+ $(LIBCHAMPLAIN_LIBS)
bin_PROGRAMS = \
empathy \