diff options
author | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-05-11 09:09:40 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2009-05-28 00:52:04 +0800 |
commit | 30165e135359e217e7a9581277f8bf9b7b5c7459 (patch) | |
tree | 015c8956ea3b4a20a48b5e7187e1ad3e51c0d680 /src/Makefile.am | |
parent | c43cfe015de9771fb20c718039f5ea09e56ae1c7 (diff) | |
download | gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.tar gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.tar.gz gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.tar.bz2 gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.tar.lz gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.tar.xz gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.tar.zst gsoc2013-empathy-30165e135359e217e7a9581277f8bf9b7b5c7459.zip |
Add a Contact Map window
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
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 |