diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-08-25 22:22:32 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-08-25 22:22:32 +0800 |
commit | 98d56a7c21f8723e03f55415937376f7cde1087b (patch) | |
tree | e279c59a29ed954d1f9794e8cb09118f2687e1bc /libempathy/Makefile.am | |
parent | 341e9618ce2a2ccd5f361749990b62ae1ffb40a9 (diff) | |
download | gsoc2013-empathy-98d56a7c21f8723e03f55415937376f7cde1087b.tar gsoc2013-empathy-98d56a7c21f8723e03f55415937376f7cde1087b.tar.gz gsoc2013-empathy-98d56a7c21f8723e03f55415937376f7cde1087b.tar.bz2 gsoc2013-empathy-98d56a7c21f8723e03f55415937376f7cde1087b.tar.lz gsoc2013-empathy-98d56a7c21f8723e03f55415937376f7cde1087b.tar.xz gsoc2013-empathy-98d56a7c21f8723e03f55415937376f7cde1087b.tar.zst gsoc2013-empathy-98d56a7c21f8723e03f55415937376f7cde1087b.zip |
Fix alignment
Diffstat (limited to 'libempathy/Makefile.am')
-rw-r--r-- | libempathy/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 5fe4a9df7..ad36ede33 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -81,7 +81,7 @@ libempathy_la_LDFLAGS = \ libempathy_headers = \ empathy-account-settings.h \ - empathy-account.h \ + empathy-account.h \ empathy-account-manager.h \ empathy-chatroom.h \ empathy-chatroom-manager.h \ |