diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5e41a5293..d6dbc522a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,6 +23,7 @@ bin_PROGRAMS = \ empathy_SOURCES = \ empathy.c \ bacon-message-connection.c bacon-message-connection.h \ + ephy-spinner.c ephy-spinner.h \ empathy-chat-window.c empathy-chat-window.h \ empathy-new-chatroom-dialog.c empathy-new-chatroom-dialog.h \ empathy-status-icon.c empathy-status-icon.h \ @@ -31,8 +32,8 @@ empathy_SOURCES = \ empathy-main-window.c empathy-main-window.h \ empathy-preferences.c empathy-preferences.h \ empathy-call-window.c empathy-call-window.h \ - ephy-spinner.c ephy-spinner.h \ - empathy-accounts-dialog.c empathy-accounts-dialog.h + empathy-accounts-dialog.c empathy-accounts-dialog.h \ + empathy-event-manager.c empathy-event-manager.h empathy_accounts_SOURCES = empathy-accounts.c \ empathy-accounts-dialog.c empathy-accounts-dialog.h |