X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=libempathy-gtk%2FMakefile.am;h=c32448fa52f6faefed0e449eb209aeef36c4a0a9;hp=11a2927f87e7e6b40295c4fae565b13ddbf4809f;hb=fea6df61fd35261aeebe2a94128d472e284a7280;hpb=c68091255ef12850aade51ce317292179515377f diff --git a/libempathy-gtk/Makefile.am b/libempathy-gtk/Makefile.am index 11a2927f..c32448fa 100644 --- a/libempathy-gtk/Makefile.am +++ b/libempathy-gtk/Makefile.am @@ -15,6 +15,7 @@ AM_CPPFLAGS = \ $(GEOCODE_CFLAGS) \ $(MEEGO_CFLAGS) \ $(CHEESE_CFLAGS) \ + $(EDS_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) @@ -33,6 +34,8 @@ libempathy_gtk_handwritten_source = \ empathy-account-widget.c \ empathy-avatar-chooser.c \ empathy-avatar-image.c \ + empathy-bad-password-dialog.c \ + empathy-base-password-dialog.c \ empathy-call-utils.c \ empathy-cell-renderer-activatable.c \ empathy-cell-renderer-expander.c \ @@ -43,36 +46,32 @@ libempathy_gtk_handwritten_source = \ empathy-contact-blocking-dialog.c \ empathy-contact-dialogs.c \ empathy-contact-chooser.c \ - empathy-contact-list-store.c \ - empathy-contact-list-view.c \ - empathy-contact-menu.c \ - empathy-linking-dialog.c \ + empathy-contactinfo-utils.c \ empathy-live-search.c \ empathy-contact-search-dialog.c \ - empathy-contact-selector-dialog.c \ empathy-contact-widget.c \ empathy-dialpad-widget.c \ empathy-geometry.c \ empathy-groups-widget.c \ empathy-individual-dialogs.c \ empathy-individual-edit-dialog.c \ - empathy-individual-information-dialog.c \ - empathy-individual-linker.c \ empathy-individual-menu.c \ empathy-individual-store.c \ + empathy-individual-store-channel.c \ + empathy-individual-store-manager.c \ empathy-individual-view.c \ empathy-individual-widget.c \ empathy-input-text-view.c \ empathy-irc-network-chooser.c \ empathy-irc-network-chooser-dialog.c \ empathy-irc-network-dialog.c \ + empathy-local-xmpp-assistant-widget.c \ empathy-log-window.c \ + empathy-new-account-dialog.c \ empathy-new-message-dialog.c \ empathy-new-call-dialog.c \ empathy-notify-manager.c \ empathy-password-dialog.c \ - empathy-persona-store.c \ - empathy-persona-view.c \ empathy-presence-chooser.c \ empathy-protocol-chooser.c \ empathy-search-bar.c \ @@ -100,6 +99,8 @@ libempathy_gtk_headers = \ empathy-account-widget.h \ empathy-avatar-chooser.h \ empathy-avatar-image.h \ + empathy-bad-password-dialog.h \ + empathy-base-password-dialog.h \ empathy-call-utils.h \ empathy-cell-renderer-activatable.h \ empathy-cell-renderer-expander.h \ @@ -110,37 +111,33 @@ libempathy_gtk_headers = \ empathy-contact-blocking-dialog.h \ empathy-contact-dialogs.h \ empathy-contact-chooser.h \ - empathy-contact-list-store.h \ - empathy-contact-list-view.h \ - empathy-contact-menu.h \ - empathy-linking-dialog.h \ empathy-live-search.h \ empathy-contact-search-dialog.h \ - empathy-contact-selector-dialog.h \ empathy-contact-widget.h \ + empathy-contactinfo-utils.h \ empathy-dialpad-widget.h \ empathy-geometry.h \ empathy-groups-widget.h \ empathy-images.h \ empathy-individual-dialogs.h \ empathy-individual-edit-dialog.h \ - empathy-individual-information-dialog.h \ - empathy-individual-linker.h \ empathy-individual-menu.h \ empathy-individual-store.h \ + empathy-individual-store-channel.h \ + empathy-individual-store-manager.h \ empathy-individual-view.h \ empathy-individual-widget.h \ empathy-input-text-view.h \ empathy-irc-network-chooser.h \ empathy-irc-network-chooser-dialog.h \ empathy-irc-network-dialog.h \ + empathy-local-xmpp-assistant-widget.h \ empathy-log-window.h \ + empathy-new-account-dialog.h \ empathy-new-message-dialog.h \ empathy-new-call-dialog.h \ empathy-notify-manager.h \ empathy-password-dialog.h \ - empathy-persona-store.h \ - empathy-persona-view.h \ empathy-presence-chooser.h \ empathy-protocol-chooser.h \ empathy-search-bar.h \ @@ -183,6 +180,7 @@ libempathy_gtk_la_LIBADD = \ $(GCR_LIBS) \ $(MEEGO_LIBS) \ $(CHEESE_LIBS) \ + $(EDS_LIBS) \ $(top_builddir)/libempathy/libempathy.la check_c_sources = \ @@ -209,7 +207,6 @@ ui_DATA = \ empathy-status-preset-dialog.ui \ empathy-log-window.ui \ empathy-chat.ui \ - empathy-contact-selector-dialog.ui \ empathy-search-bar.ui \ empathy-individual-widget.ui