From c43cfe015de9771fb20c718039f5ea09e56ae1c7 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Tue, 25 Nov 2008 17:11:29 -0500 Subject: Configure bits for libchamplain --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 \ -- cgit v1.2.3