From 30165e135359e217e7a9581277f8bf9b7b5c7459 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Sun, 10 May 2009 21:09:40 -0400 Subject: Add a Contact Map window --- src/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 128ef88ee..a70e7e2de 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -73,6 +73,14 @@ ui_DATA = \ empathy-preferences.ui \ empathy-status-icon.ui +if HAVE_LIBCHAMPLAIN +empathy_SOURCES += \ + empathy-map-view.c empathy-map-view.h + +ui_DATA += \ + empathy-map-view.ui +endif + dist_man_MANS = \ empathy.1 -- cgit v1.2.3