diff options
author | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2008-11-29 12:01:20 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-06-01 23:35:28 +0800 |
commit | 2c0aa5b450b8b3743c00e9bdcc34851358976e40 (patch) | |
tree | c77c2901f9d630940f04b52bd05c0458e8400182 /libempathy-gtk/Makefile.am | |
parent | c6d064ad5952f233d583ccd420c502b581d57a8c (diff) | |
download | gsoc2013-empathy-2c0aa5b450b8b3743c00e9bdcc34851358976e40.tar gsoc2013-empathy-2c0aa5b450b8b3743c00e9bdcc34851358976e40.tar.gz gsoc2013-empathy-2c0aa5b450b8b3743c00e9bdcc34851358976e40.tar.bz2 gsoc2013-empathy-2c0aa5b450b8b3743c00e9bdcc34851358976e40.tar.lz gsoc2013-empathy-2c0aa5b450b8b3743c00e9bdcc34851358976e40.tar.xz gsoc2013-empathy-2c0aa5b450b8b3743c00e9bdcc34851358976e40.tar.zst gsoc2013-empathy-2c0aa5b450b8b3743c00e9bdcc34851358976e40.zip |
Add EmpathyLocationManager
Diffstat (limited to 'libempathy-gtk/Makefile.am')
-rw-r--r-- | libempathy-gtk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 999e565a5..b31bd3f4c 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -47,6 +47,7 @@ libempathy_gtk_handwritten_source = \ empathy-video-src.c \ empathy-video-widget.c \ empathy-irc-network-dialog.c \ + empathy-location-manager.c \ empathy-log-window.c \ empathy-new-message-dialog.c \ empathy-presence-chooser.c \ @@ -105,6 +106,7 @@ libempathy_gtk_headers = \ empathy-video-widget.h \ empathy-images.h \ empathy-irc-network-dialog.h \ + empathy-location-manager.h \ empathy-log-window.h \ empathy-new-message-dialog.h \ empathy-presence-chooser.h \ |