diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-08-06 22:47:47 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-08-06 22:47:47 +0800 |
commit | 3335eeeb1e9c96bf566498e3206f41e70b81e9a6 (patch) | |
tree | 4ff3b01027f985bdfb92cc5691d37f81ab7ad9c3 /ubuntu-online-accounts | |
parent | 78cf933ba03eaa12cf69dd0f684c32b4f648b251 (diff) | |
download | gsoc2013-empathy-3335eeeb1e9c96bf566498e3206f41e70b81e9a6.tar gsoc2013-empathy-3335eeeb1e9c96bf566498e3206f41e70b81e9a6.tar.gz gsoc2013-empathy-3335eeeb1e9c96bf566498e3206f41e70b81e9a6.tar.bz2 gsoc2013-empathy-3335eeeb1e9c96bf566498e3206f41e70b81e9a6.tar.lz gsoc2013-empathy-3335eeeb1e9c96bf566498e3206f41e70b81e9a6.tar.xz gsoc2013-empathy-3335eeeb1e9c96bf566498e3206f41e70b81e9a6.tar.zst gsoc2013-empathy-3335eeeb1e9c96bf566498e3206f41e70b81e9a6.zip |
fix typo in ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.amEMPATHY_3_5_5
Diffstat (limited to 'ubuntu-online-accounts')
-rw-r--r-- | ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am b/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am index f49c81343..532a3d290 100644 --- a/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am +++ b/ubuntu-online-accounts/cc-plugins/app-plugin/Makefile.am @@ -17,7 +17,7 @@ plugin_LTLIBRARIES = \ libempathy_la_SOURCES = \ empathy-app-plugin.c \ empathy-app-plugin.h \ - empathy-app-plugin-widget.c + empathy-app-plugin-widget.c \ empathy-app-plugin-widget.h libempathy_la_LDFLAGS = -module -avoid-version libempathy_la_LIBADD = \ |