diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2010-08-18 22:47:02 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2010-08-19 01:18:59 +0800 |
commit | 5286587e932047f9b32001429a395d8caf193b26 (patch) | |
tree | 248960a3937be1a94d0af42063e574eaaac16df6 /src/Makefile.am | |
parent | 9005c6a1357b612d9a3bce36dd6326da487ab728 (diff) | |
download | gsoc2013-empathy-5286587e932047f9b32001429a395d8caf193b26.tar gsoc2013-empathy-5286587e932047f9b32001429a395d8caf193b26.tar.gz gsoc2013-empathy-5286587e932047f9b32001429a395d8caf193b26.tar.bz2 gsoc2013-empathy-5286587e932047f9b32001429a395d8caf193b26.tar.lz gsoc2013-empathy-5286587e932047f9b32001429a395d8caf193b26.tar.xz gsoc2013-empathy-5286587e932047f9b32001429a395d8caf193b26.tar.zst gsoc2013-empathy-5286587e932047f9b32001429a395d8caf193b26.zip |
Rename empathy-auth-helper->empathy-auth-client
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ec7b1a822..e21b348bb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -86,7 +86,7 @@ bin_PROGRAMS = \ libexec_PROGRAMS = \ empathy-av \ - empathy-auth-helper + empathy-auth-client BUILT_SOURCES= @@ -111,8 +111,8 @@ empathy_av_SOURCES = \ empathy-sidebar.c empathy-sidebar.h \ $(NULL) -empathy_auth_helper_SOURCES = \ - empathy-auth-helper.c +empathy_auth_client_SOURCES = \ + empathy-auth-client.c empathy_handwritten_source = \ empathy-about-dialog.c empathy-about-dialog.h \ |