From 1fbb9230953a6ea7a87a3eaebc4da500b734f1d4 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Fri, 29 Aug 2008 10:09:12 +0000 Subject: [PATCH] Reorder files in alphabetical order. svn path=/trunk/; revision=1399 --- libempathy-gtk/Makefile.am | 84 +++++++++++++++++++------------------- libempathy/Makefile.am | 64 ++++++++++++++--------------- 2 files changed, 74 insertions(+), 74 deletions(-) diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 6909fe00..17cfa4dc 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -16,38 +16,38 @@ BUILT_SOURCES = \ lib_LTLIBRARIES = libempathy-gtk.la libempathy_gtk_la_SOURCES = \ - totem-subtitle-encoding.c totem-subtitle-encoding.h \ empathy-account-chooser.c \ - empathy-chat.c \ - empathy-irc-network-dialog.c \ - empathy-spell-dialog.c \ - empathy-chat-view.c \ - empathy-log-window.c \ - empathy-theme-boxes.c \ empathy-account-widget.c \ - empathy-conf.c \ - empathy-theme.c \ empathy-account-widget-irc.c \ empathy-account-widget-sip.c \ - empathy-contact-dialogs.c \ - empathy-new-message-dialog.c \ - empathy-theme-irc.c \ empathy-avatar-chooser.c \ - empathy-contact-list-store.c \ - empathy-presence-chooser.c \ - empathy-theme-manager.c \ empathy-avatar-image.c \ - empathy-contact-list-view.c \ - empathy-ui-utils.c \ empathy-cell-renderer-activatable.c \ - empathy-contact-widget.c \ - empathy-profile-chooser.c \ empathy-cell-renderer-expander.c \ + empathy-cell-renderer-text.c \ + empathy-chat.c \ + empathy-chat-view.c \ + empathy-conf.c \ + empathy-contact-dialogs.c \ + empathy-contact-list-store.c \ + empathy-contact-list-view.c \ + empathy-contact-menu.c \ + empathy-contact-widget.c \ empathy-geometry.c \ + empathy-irc-network-dialog.c \ + empathy-log-window.c \ + empathy-new-message-dialog.c \ + empathy-presence-chooser.c \ + empathy-profile-chooser.c \ empathy-smiley-manager.c \ - empathy-cell-renderer-text.c \ empathy-spell.c \ - empathy-contact-menu.c + empathy-spell-dialog.c \ + empathy-theme-boxes.c \ + empathy-theme.c \ + empathy-theme-irc.c \ + empathy-theme-manager.c \ + empathy-ui-utils.c \ + totem-subtitle-encoding.c totem-subtitle-encoding.h # do not distribute generated files nodist_libempathy_gtk_la_SOURCES =\ @@ -63,38 +63,38 @@ libempathy_gtk_la_LDFLAGS = \ -export-symbols-regex ^empathy_ libempathy_gtk_headers = \ - empathy-images.h \ empathy-account-chooser.h \ - empathy-chat.h \ - empathy-irc-network-dialog.h \ - empathy-spell-dialog.h \ - empathy-chat-view.h \ - empathy-log-window.h \ - empathy-theme-boxes.h \ empathy-account-widget.h \ - empathy-conf.h \ - empathy-theme.h \ empathy-account-widget-irc.h \ empathy-account-widget-sip.h \ - empathy-contact-dialogs.h \ - empathy-new-message-dialog.h \ - empathy-theme-irc.h \ empathy-avatar-chooser.h \ - empathy-contact-list-store.h \ - empathy-presence-chooser.h \ - empathy-theme-manager.h \ empathy-avatar-image.h \ - empathy-contact-list-view.h \ - empathy-ui-utils.h \ empathy-cell-renderer-activatable.h \ - empathy-contact-widget.h \ - empathy-profile-chooser.h \ empathy-cell-renderer-expander.h \ + empathy-cell-renderer-text.h \ + empathy-chat.h \ + empathy-chat-view.h \ + empathy-conf.h \ + empathy-contact-dialogs.h \ + empathy-contact-list-store.h \ + empathy-contact-list-view.h \ + empathy-contact-menu.h \ + empathy-contact-widget.h \ empathy-geometry.h \ + empathy-images.h \ + empathy-irc-network-dialog.h \ + empathy-log-window.h \ + empathy-new-message-dialog.h \ + empathy-presence-chooser.h \ + empathy-profile-chooser.h \ empathy-smiley-manager.h \ - empathy-cell-renderer-text.h \ empathy-spell.h \ - empathy-contact-menu.h + empathy-spell-dialog.h \ + empathy-theme-boxes.h \ + empathy-theme.h \ + empathy-theme-irc.h \ + empathy-theme-manager.h \ + empathy-ui-utils.h libempathy_gtk_includedir = $(includedir)/libempathy-gtk/ libempathy_gtk_include_HEADERS = \ diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am index 3fb49185..ac707df0 100644 --- a/libempathy/Makefile.am +++ b/libempathy/Makefile.am @@ -16,32 +16,32 @@ BUILT_SOURCES = \ lib_LTLIBRARIES = libempathy.la libempathy_la_SOURCES = \ - empathy-time.c \ - empathy-status-presets.c \ - empathy-debug.c \ - empathy-utils.c \ - empathy-message.c \ - empathy-chatroom-manager.c \ empathy-chatroom.c \ + empathy-chatroom-manager.c \ empathy-contact.c \ + empathy-contact-factory.c \ empathy-contact-groups.c \ empathy-contact-list.c \ empathy-contact-manager.c \ - empathy-contact-factory.c \ + empathy-debug.c \ + empathy-dispatcher.c \ + empathy-idle.c \ + empathy-irc-network.c \ + empathy-irc-network-manager.c \ + empathy-irc-server.c \ + empathy-log-manager.c \ + empathy-message.c \ + empathy-status-presets.c \ + empathy-time.c \ + empathy-tp-call.c \ + empathy-tp-chat.c \ empathy-tp-contact-factory.c \ - empathy-tp-group.c \ empathy-tp-contact-list.c \ - empathy-tp-chat.c \ + empathy-tp-group.c \ empathy-tp-roomlist.c \ - empathy-tp-call.c \ empathy-tp-tube.c \ - empathy-idle.c \ - empathy-log-manager.c \ - empathy-irc-network-manager.c \ - empathy-irc-network.c \ - empathy-irc-server.c \ empathy-tube-handler.c \ - empathy-dispatcher.c + empathy-utils.c # do not distribute generated files nodist_libempathy_la_SOURCES =\ @@ -56,32 +56,32 @@ libempathy_la_LDFLAGS = \ -export-symbols-regex ^empathy_ libempathy_headers = \ - empathy-time.h \ - empathy-status-presets.h \ - empathy-debug.h \ - empathy-utils.h \ - empathy-message.h \ - empathy-chatroom-manager.h \ empathy-chatroom.h \ + empathy-chatroom-manager.h \ empathy-contact.h \ + empathy-contact-factory.h \ empathy-contact-groups.h \ empathy-contact-list.h \ empathy-contact-manager.h \ - empathy-contact-factory.h \ + empathy-debug.h \ + empathy-dispatcher.h \ + empathy-idle.h \ + empathy-irc-network.h \ + empathy-irc-network-manager.h \ + empathy-irc-server.h \ + empathy-log-manager.h \ + empathy-message.h \ + empathy-status-presets.h \ + empathy-time.h \ + empathy-tp-call.h \ + empathy-tp-chat.h \ empathy-tp-contact-factory.h \ - empathy-tp-group.h \ empathy-tp-contact-list.h \ - empathy-tp-chat.h \ + empathy-tp-group.h \ empathy-tp-roomlist.h \ - empathy-tp-call.h \ empathy-tp-tube.h \ - empathy-idle.h \ - empathy-log-manager.h \ - empathy-irc-network-manager.h \ - empathy-irc-network.h \ - empathy-irc-server.h \ empathy-tube-handler.h \ - empathy-dispatcher.h + empathy-utils.h libempathy_includedir = $(includedir)/libempathy/ libempathy_include_HEADERS = \ -- 2.39.2