diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-13 19:30:09 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-13 19:30:09 +0800 |
commit | 762166d52a3ca78bfbf0c6485cbe0f987c59c170 (patch) | |
tree | 693254d1b1791d2e87dd9d6028189797842a9b18 /libempathy | |
parent | 8135adab4b538a6aa70f49652806f2eabaeb94d6 (diff) | |
download | gsoc2013-empathy-762166d52a3ca78bfbf0c6485cbe0f987c59c170.tar gsoc2013-empathy-762166d52a3ca78bfbf0c6485cbe0f987c59c170.tar.gz gsoc2013-empathy-762166d52a3ca78bfbf0c6485cbe0f987c59c170.tar.bz2 gsoc2013-empathy-762166d52a3ca78bfbf0c6485cbe0f987c59c170.tar.lz gsoc2013-empathy-762166d52a3ca78bfbf0c6485cbe0f987c59c170.tar.xz gsoc2013-empathy-762166d52a3ca78bfbf0c6485cbe0f987c59c170.tar.zst gsoc2013-empathy-762166d52a3ca78bfbf0c6485cbe0f987c59c170.zip |
libempathy/Makefile.am: sort files
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/Makefile.am | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 91fdf7ba1..0ccd2deab 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -27,32 +27,32 @@ noinst_LTLIBRARIES = libempathy.la libempathy_headers = \ empathy-account-settings.h \ - empathy-chatroom.h \ - empathy-chatroom-manager.h \ empathy-call-factory.h \ empathy-call-handler.h \ + empathy-chatroom-manager.h \ + empathy-chatroom.h \ + empathy-connection-managers.h \ empathy-connectivity.h \ - empathy-contact.h \ empathy-contact-groups.h \ empathy-contact-list.h \ empathy-contact-manager.h \ empathy-contact-monitor.h \ - empathy-connection-managers.h \ + empathy-contact.h \ empathy-debug.h \ empathy-debugger.h \ - empathy-dispatcher.h \ empathy-dispatch-operation.h \ + empathy-dispatcher.h \ empathy-ft-factory.h \ empathy-ft-handler.h \ empathy-handler.h \ empathy-idle.h \ - empathy-irc-network.h \ empathy-irc-network-manager.h \ + empathy-irc-network.h \ empathy-irc-server.h \ empathy-location.h \ empathy-log-manager.h \ - empathy-log-store.h \ empathy-log-store-empathy.h \ + empathy-log-store.h \ empathy-message.h \ empathy-status-presets.h \ empathy-time.h \ @@ -69,31 +69,31 @@ libempathy_headers = \ libempathy_la_SOURCES = \ $(libempathy_headers) \ empathy-account-settings.c \ - empathy-chatroom.c \ - empathy-chatroom-manager.c \ empathy-call-factory.c \ empathy-call-handler.c \ + empathy-chatroom-manager.c \ + empathy-chatroom.c \ + empathy-connection-managers.c \ empathy-connectivity.c \ - empathy-contact.c \ empathy-contact-groups.c \ empathy-contact-list.c \ empathy-contact-manager.c \ empathy-contact-monitor.c \ - empathy-connection-managers.c \ + empathy-contact.c \ empathy-debug.c \ empathy-debugger.c \ - empathy-dispatcher.c \ empathy-dispatch-operation.c \ + empathy-dispatcher.c \ empathy-ft-factory.c \ empathy-ft-handler.c \ empathy-handler.c \ empathy-idle.c \ - empathy-irc-network.c \ empathy-irc-network-manager.c \ + empathy-irc-network.c \ empathy-irc-server.c \ empathy-log-manager.c \ - empathy-log-store.c \ empathy-log-store-empathy.c \ + empathy-log-store.c \ empathy-message.c \ empathy-status-presets.c \ empathy-time.c \ |