~ubuntu-branches/ubuntu/precise/empathy/precise-proposed-201205180810

« back to all changes in this revision

Viewing changes to libempathy-gtk/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Brian Curtis, Brian Curtis, Ken VanDine
  • Date: 2011-06-01 10:35:24 UTC
  • mfrom: (1.1.70 upstream) (6.3.44 experimental)
  • Revision ID: james.westby@ubuntu.com-20110601103524-wx3wgp71394730jt
Tags: 3.1.1-1ubuntu1
[ Brian Curtis ]
* Merge with Debian experimental, remaining Ubuntu changes:
* debian/control:
  - Drop geoclue/mapping build-depends (they are in Universe)
  - Add Vcz-Bzr link
  - Add Suggests on telepathy-idle
  - Bump telepathy-butterfly, telepathy-haze to recommends
  - Don't recommend the freedesktop sound theme we have an ubuntu one
  - Add build depend for libunity-dev
* debian/rules:
  - Use autoreconf.mk
  - Disable map and location
* debian/empathy.install:
  - Install message indicator configuration
* debian/indicators/empathy:
  - Message indicator configuration
* debian/patches/01_lpi.patch:
  - Add Launchpad integration
* debian/patches/10_use_notify_osd_icons.patch:
  - Use the notify-osd image for new messages
* debian/patches/34_start_raised_execpt_in_session.patch
  - If not started with the session, we should always raise
* debian/patches/36_chat_window_default_size.patch:
  - Make the default chat window size larger
* debian/patches/37_facebook_default.patch:
  - Make facebook the default chat account type
* debian/patches/38_lp_569289.patch
  - Set freenode as default IRC network for new IRC accounts 
* debian/patches/41_unity_launcher_progress.patch
  - Display file transfer progress in the unity launcher

[ Ken VanDine ]
* debian/control
  - build depend on libgcr-3-dev instead of libgcr-dev
  - dropped build depends for libindicate, we will use telepathy-indicator
  - Depend on dconf-gsettings-backend | gsettings-backend
  - Added a Recommends for telepathy-indicator
* +debian/empathy.gsettings-override
  - Added an override for notifications-focus
* debian/patches/series
  - commented out 23_idomessagedialog_for_voip_and_ft.patch, until ido has 
    been ported to gtk3

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
subdir = libempathy-gtk
66
66
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67
67
am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
68
 
        $(top_srcdir)/m4/ax_config_dir.m4 \
69
68
        $(top_srcdir)/m4/empathy-args.m4 \
70
69
        $(top_srcdir)/m4/empathy-valgrind.m4 \
71
70
        $(top_srcdir)/m4/gnome-doc-utils.m4 \
84
83
libempathy_gtk_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
85
84
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
86
85
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
87
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
88
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
89
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
90
 
        $(top_builddir)/libempathy/libempathy.la
 
86
        $(am__DEPENDENCIES_1) $(top_builddir)/libempathy/libempathy.la
91
87
am__libempathy_gtk_la_SOURCES_DIST = empathy-account-chooser.c \
92
88
        empathy-account-widget-irc.c empathy-account-widget-private.h \
93
89
        empathy-account-widget-sip.c empathy-account-widget.c \
94
90
        empathy-avatar-chooser.c empathy-avatar-image.c \
95
 
        empathy-call-utils.c empathy-cell-renderer-activatable.c \
 
91
        empathy-cell-renderer-activatable.c \
96
92
        empathy-cell-renderer-expander.c empathy-cell-renderer-text.c \
97
93
        empathy-chat-text-view.c empathy-chat-view.c empathy-chat.c \
98
94
        empathy-contact-blocking-dialog.c empathy-contact-dialogs.c \
106
102
        empathy-individual-information-dialog.c \
107
103
        empathy-individual-linker.c empathy-individual-menu.c \
108
104
        empathy-individual-store.c empathy-individual-view.c \
109
 
        empathy-individual-widget.c empathy-irc-network-chooser.c \
 
105
        empathy-individual-widget.c empathy-input-text-view.c \
 
106
        empathy-irc-network-chooser.c \
110
107
        empathy-irc-network-chooser-dialog.c \
111
 
        empathy-irc-network-dialog.c empathy-kludge-label.c \
112
 
        empathy-log-window.c empathy-new-message-dialog.c \
113
 
        empathy-new-call-dialog.c empathy-notify-manager.c \
114
 
        empathy-password-dialog.c empathy-persona-store.c \
115
 
        empathy-persona-view.c empathy-presence-chooser.c \
116
 
        empathy-protocol-chooser.c empathy-search-bar.c \
117
 
        empathy-share-my-desktop.c empathy-smiley-manager.c \
118
 
        empathy-sound.c empathy-spell.c empathy-status-preset-dialog.c \
 
108
        empathy-irc-network-dialog.c empathy-log-window.c \
 
109
        empathy-new-message-dialog.c empathy-new-call-dialog.c \
 
110
        empathy-notify-manager.c empathy-password-dialog.c \
 
111
        empathy-persona-store.c empathy-persona-view.c \
 
112
        empathy-presence-chooser.c empathy-protocol-chooser.c \
 
113
        empathy-search-bar.c empathy-share-my-desktop.c \
 
114
        empathy-smiley-manager.c empathy-sound-manager.c \
 
115
        empathy-spell.c empathy-status-preset-dialog.c \
119
116
        empathy-string-parser.c empathy-theme-boxes.c \
120
117
        empathy-theme-irc.c empathy-theme-manager.c \
121
118
        empathy-tls-dialog.c empathy-ui-utils.c \
123
120
        empathy-theme-adium.c empathy-account-chooser.h \
124
121
        empathy-account-widget-irc.h empathy-account-widget-sip.h \
125
122
        empathy-account-widget.h empathy-avatar-chooser.h \
126
 
        empathy-avatar-image.h empathy-call-utils.h \
127
 
        empathy-cell-renderer-activatable.h \
 
123
        empathy-avatar-image.h empathy-cell-renderer-activatable.h \
128
124
        empathy-cell-renderer-expander.h empathy-cell-renderer-text.h \
129
125
        empathy-chat-text-view.h empathy-chat-view.h empathy-chat.h \
130
126
        empathy-contact-blocking-dialog.h empathy-contact-dialogs.h \
138
134
        empathy-individual-information-dialog.h \
139
135
        empathy-individual-linker.h empathy-individual-menu.h \
140
136
        empathy-individual-store.h empathy-individual-view.h \
141
 
        empathy-individual-widget.h empathy-irc-network-chooser.h \
 
137
        empathy-individual-widget.h empathy-input-text-view.h \
 
138
        empathy-irc-network-chooser.h \
142
139
        empathy-irc-network-chooser-dialog.h \
143
 
        empathy-irc-network-dialog.h empathy-kludge-label.h \
144
 
        empathy-log-window.h empathy-new-message-dialog.h \
145
 
        empathy-new-call-dialog.h empathy-notify-manager.h \
146
 
        empathy-password-dialog.h empathy-persona-store.h \
147
 
        empathy-persona-view.h empathy-presence-chooser.h \
148
 
        empathy-protocol-chooser.h empathy-search-bar.h \
149
 
        empathy-share-my-desktop.h empathy-smiley-manager.h \
150
 
        empathy-sound.h empathy-spell.h empathy-status-preset-dialog.h \
 
140
        empathy-irc-network-dialog.h empathy-log-window.h \
 
141
        empathy-new-message-dialog.h empathy-new-call-dialog.h \
 
142
        empathy-notify-manager.h empathy-password-dialog.h \
 
143
        empathy-persona-store.h empathy-persona-view.h \
 
144
        empathy-presence-chooser.h empathy-protocol-chooser.h \
 
145
        empathy-search-bar.h empathy-share-my-desktop.h \
 
146
        empathy-smiley-manager.h empathy-sound-manager.h \
 
147
        empathy-spell.h empathy-status-preset-dialog.h \
151
148
        empathy-string-parser.h empathy-theme-boxes.h \
152
149
        empathy-theme-irc.h empathy-theme-manager.h \
153
150
        empathy-tls-dialog.h empathy-ui-utils.h \
154
151
        empathy-location-manager.h empathy-plist.h \
155
 
        empathy-theme-adium.h gcr-simple-certificate.c \
156
 
        gcr-simple-certificate.h mx-gtk-light-switch.c \
157
 
        mx-gtk-light-switch.h totem-subtitle-encoding.c \
 
152
        empathy-theme-adium.h totem-subtitle-encoding.c \
158
153
        totem-subtitle-encoding.h
159
154
@HAVE_GEOCLUE_TRUE@am__objects_1 = empathy-location-manager.lo
160
155
@HAVE_WEBKIT_TRUE@am__objects_2 = empathy-plist.lo \
162
157
am__objects_3 = empathy-account-chooser.lo \
163
158
        empathy-account-widget-irc.lo empathy-account-widget-sip.lo \
164
159
        empathy-account-widget.lo empathy-avatar-chooser.lo \
165
 
        empathy-avatar-image.lo empathy-call-utils.lo \
166
 
        empathy-cell-renderer-activatable.lo \
 
160
        empathy-avatar-image.lo empathy-cell-renderer-activatable.lo \
167
161
        empathy-cell-renderer-expander.lo \
168
162
        empathy-cell-renderer-text.lo empathy-chat-text-view.lo \
169
163
        empathy-chat-view.lo empathy-chat.lo \
178
172
        empathy-individual-information-dialog.lo \
179
173
        empathy-individual-linker.lo empathy-individual-menu.lo \
180
174
        empathy-individual-store.lo empathy-individual-view.lo \
181
 
        empathy-individual-widget.lo empathy-irc-network-chooser.lo \
 
175
        empathy-individual-widget.lo empathy-input-text-view.lo \
 
176
        empathy-irc-network-chooser.lo \
182
177
        empathy-irc-network-chooser-dialog.lo \
183
 
        empathy-irc-network-dialog.lo empathy-kludge-label.lo \
184
 
        empathy-log-window.lo empathy-new-message-dialog.lo \
185
 
        empathy-new-call-dialog.lo empathy-notify-manager.lo \
186
 
        empathy-password-dialog.lo empathy-persona-store.lo \
187
 
        empathy-persona-view.lo empathy-presence-chooser.lo \
188
 
        empathy-protocol-chooser.lo empathy-search-bar.lo \
189
 
        empathy-share-my-desktop.lo empathy-smiley-manager.lo \
190
 
        empathy-sound.lo empathy-spell.lo \
191
 
        empathy-status-preset-dialog.lo empathy-string-parser.lo \
192
 
        empathy-theme-boxes.lo empathy-theme-irc.lo \
193
 
        empathy-theme-manager.lo empathy-tls-dialog.lo \
194
 
        empathy-ui-utils.lo $(am__objects_1) $(am__objects_2)
 
178
        empathy-irc-network-dialog.lo empathy-log-window.lo \
 
179
        empathy-new-message-dialog.lo empathy-new-call-dialog.lo \
 
180
        empathy-notify-manager.lo empathy-password-dialog.lo \
 
181
        empathy-persona-store.lo empathy-persona-view.lo \
 
182
        empathy-presence-chooser.lo empathy-protocol-chooser.lo \
 
183
        empathy-search-bar.lo empathy-share-my-desktop.lo \
 
184
        empathy-smiley-manager.lo empathy-sound-manager.lo \
 
185
        empathy-spell.lo empathy-status-preset-dialog.lo \
 
186
        empathy-string-parser.lo empathy-theme-boxes.lo \
 
187
        empathy-theme-irc.lo empathy-theme-manager.lo \
 
188
        empathy-tls-dialog.lo empathy-ui-utils.lo $(am__objects_1) \
 
189
        $(am__objects_2)
195
190
am__objects_4 =
196
191
am__objects_5 = $(am__objects_4) $(am__objects_4)
197
192
am_libempathy_gtk_la_OBJECTS = $(am__objects_3) $(am__objects_5) \
198
 
        gcr-simple-certificate.lo mx-gtk-light-switch.lo \
199
193
        totem-subtitle-encoding.lo
200
194
am__objects_6 = empathy-gtk-marshal.lo empathy-gtk-enum-types.lo
201
195
nodist_libempathy_gtk_la_OBJECTS = $(am__objects_6)
269
263
AUTOHEADER = @AUTOHEADER@
270
264
AUTOMAKE = @AUTOMAKE@
271
265
AWK = @AWK@
272
 
CANBERRA_CFLAGS = @CANBERRA_CFLAGS@
273
 
CANBERRA_LIBS = @CANBERRA_LIBS@
274
266
CATALOGS = @CATALOGS@
275
267
CATOBJEXT = @CATOBJEXT@
276
268
CC = @CC@
300
292
EGREP = @EGREP@
301
293
EMPATHY_AV_CFLAGS = @EMPATHY_AV_CFLAGS@
302
294
EMPATHY_AV_LIBS = @EMPATHY_AV_LIBS@
303
 
EMPATHY_CALL_CFLAGS = @EMPATHY_CALL_CFLAGS@
304
 
EMPATHY_CALL_LIBS = @EMPATHY_CALL_LIBS@
305
295
EMPATHY_CFLAGS = @EMPATHY_CFLAGS@
306
296
EMPATHY_LIBS = @EMPATHY_LIBS@
307
297
ENABLE_CODING_STYLE_CHECKS = @ENABLE_CODING_STYLE_CHECKS@
310
300
ERROR_CFLAGS = @ERROR_CFLAGS@
311
301
EXEEXT = @EXEEXT@
312
302
FGREP = @FGREP@
313
 
GCR_CFLAGS = @GCR_CFLAGS@
314
 
GCR_LIBS = @GCR_LIBS@
315
303
GEOCLUE_CFLAGS = @GEOCLUE_CFLAGS@
316
304
GEOCLUE_LIBS = @GEOCLUE_LIBS@
317
305
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
325
313
GOBJECT_QUERY = @GOBJECT_QUERY@
326
314
GREP = @GREP@
327
315
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
328
 
GTK_CFLAGS = @GTK_CFLAGS@
329
 
GTK_LIBS = @GTK_LIBS@
330
316
HELP_DIR = @HELP_DIR@
331
317
INSTALL = @INSTALL@
332
318
INSTALL_DATA = @INSTALL_DATA@
343
329
LDFLAGS = @LDFLAGS@
344
330
LIBCHAMPLAIN_CFLAGS = @LIBCHAMPLAIN_CFLAGS@
345
331
LIBCHAMPLAIN_LIBS = @LIBCHAMPLAIN_LIBS@
346
 
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
347
 
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
348
332
LIBOBJS = @LIBOBJS@
349
333
LIBS = @LIBS@
350
334
LIBTOOL = @LIBTOOL@
395
379
SET_MAKE = @SET_MAKE@
396
380
SHELL = @SHELL@
397
381
STRIP = @STRIP@
398
 
UNIQUE_CFLAGS = @UNIQUE_CFLAGS@
399
 
UNIQUE_LIBS = @UNIQUE_LIBS@
400
382
USE_NLS = @USE_NLS@
401
383
VALGRIND_CFLAGS = @VALGRIND_CFLAGS@
402
384
VALGRIND_LIBS = @VALGRIND_LIBS@
411
393
X_EXTRA_LIBS = @X_EXTRA_LIBS@
412
394
X_LIBS = @X_LIBS@
413
395
X_PRE_LIBS = @X_PRE_LIBS@
414
 
YELL_CFLAGS = @YELL_CFLAGS@
415
 
YELL_LIBS = @YELL_LIBS@
416
396
abs_builddir = @abs_builddir@
417
397
abs_srcdir = @abs_srcdir@
418
398
abs_top_builddir = @abs_top_builddir@
478
458
        -DPKGDATADIR=\""$(pkgdatadir)"\"                \
479
459
        -DGCR_API_SUBJECT_TO_CHANGE                     \
480
460
        $(EMPATHY_CFLAGS)                               \
481
 
        $(GTK_CFLAGS)                           \
482
 
        $(LIBNOTIFY_CFLAGS)                             \
483
 
        $(CANBERRA_CFLAGS) \
484
 
        $(YELL_CFLAGS)                                  \
485
461
        $(ENCHANT_CFLAGS)                               \
486
462
        $(LIBCHAMPLAIN_CFLAGS)                          \
487
463
        $(GEOCLUE_CFLAGS)                               \
488
 
        $(GCR_CFLAGS)                                   \
489
 
        $(MEEGO_CFLAGS)                         \
 
464
        $(MEEGO_CFLAGS)                                 \
490
465
        $(WEBKIT_CFLAGS)                                \
491
466
        $(WARN_CFLAGS)                                  \
492
467
        $(DISABLE_DEPRECATED)
503
478
        empathy-account-widget-irc.c empathy-account-widget-private.h \
504
479
        empathy-account-widget-sip.c empathy-account-widget.c \
505
480
        empathy-avatar-chooser.c empathy-avatar-image.c \
506
 
        empathy-call-utils.c empathy-cell-renderer-activatable.c \
 
481
        empathy-cell-renderer-activatable.c \
507
482
        empathy-cell-renderer-expander.c empathy-cell-renderer-text.c \
508
483
        empathy-chat-text-view.c empathy-chat-view.c empathy-chat.c \
509
484
        empathy-contact-blocking-dialog.c empathy-contact-dialogs.c \
517
492
        empathy-individual-information-dialog.c \
518
493
        empathy-individual-linker.c empathy-individual-menu.c \
519
494
        empathy-individual-store.c empathy-individual-view.c \
520
 
        empathy-individual-widget.c empathy-irc-network-chooser.c \
 
495
        empathy-individual-widget.c empathy-input-text-view.c \
 
496
        empathy-irc-network-chooser.c \
521
497
        empathy-irc-network-chooser-dialog.c \
522
 
        empathy-irc-network-dialog.c empathy-kludge-label.c \
523
 
        empathy-log-window.c empathy-new-message-dialog.c \
524
 
        empathy-new-call-dialog.c empathy-notify-manager.c \
525
 
        empathy-password-dialog.c empathy-persona-store.c \
526
 
        empathy-persona-view.c empathy-presence-chooser.c \
527
 
        empathy-protocol-chooser.c empathy-search-bar.c \
528
 
        empathy-share-my-desktop.c empathy-smiley-manager.c \
529
 
        empathy-sound.c empathy-spell.c empathy-status-preset-dialog.c \
 
498
        empathy-irc-network-dialog.c empathy-log-window.c \
 
499
        empathy-new-message-dialog.c empathy-new-call-dialog.c \
 
500
        empathy-notify-manager.c empathy-password-dialog.c \
 
501
        empathy-persona-store.c empathy-persona-view.c \
 
502
        empathy-presence-chooser.c empathy-protocol-chooser.c \
 
503
        empathy-search-bar.c empathy-share-my-desktop.c \
 
504
        empathy-smiley-manager.c empathy-sound-manager.c \
 
505
        empathy-spell.c empathy-status-preset-dialog.c \
530
506
        empathy-string-parser.c empathy-theme-boxes.c \
531
507
        empathy-theme-irc.c empathy-theme-manager.c \
532
 
        empathy-tls-dialog.c empathy-ui-utils.c $(NULL) \
533
 
        $(am__append_1) $(am__append_4)
 
508
        empathy-tls-dialog.c empathy-ui-utils.c $(am__append_1) \
 
509
        $(am__append_4)
534
510
libempathy_gtk_headers = empathy-account-chooser.h \
535
511
        empathy-account-widget-irc.h empathy-account-widget-sip.h \
536
512
        empathy-account-widget.h empathy-avatar-chooser.h \
537
 
        empathy-avatar-image.h empathy-call-utils.h \
538
 
        empathy-cell-renderer-activatable.h \
 
513
        empathy-avatar-image.h empathy-cell-renderer-activatable.h \
539
514
        empathy-cell-renderer-expander.h empathy-cell-renderer-text.h \
540
515
        empathy-chat-text-view.h empathy-chat-view.h empathy-chat.h \
541
516
        empathy-contact-blocking-dialog.h empathy-contact-dialogs.h \
549
524
        empathy-individual-information-dialog.h \
550
525
        empathy-individual-linker.h empathy-individual-menu.h \
551
526
        empathy-individual-store.h empathy-individual-view.h \
552
 
        empathy-individual-widget.h empathy-irc-network-chooser.h \
 
527
        empathy-individual-widget.h empathy-input-text-view.h \
 
528
        empathy-irc-network-chooser.h \
553
529
        empathy-irc-network-chooser-dialog.h \
554
 
        empathy-irc-network-dialog.h empathy-kludge-label.h \
555
 
        empathy-log-window.h empathy-new-message-dialog.h \
556
 
        empathy-new-call-dialog.h empathy-notify-manager.h \
557
 
        empathy-password-dialog.h empathy-persona-store.h \
558
 
        empathy-persona-view.h empathy-presence-chooser.h \
559
 
        empathy-protocol-chooser.h empathy-search-bar.h \
560
 
        empathy-share-my-desktop.h empathy-smiley-manager.h \
561
 
        empathy-sound.h empathy-spell.h empathy-status-preset-dialog.h \
 
530
        empathy-irc-network-dialog.h empathy-log-window.h \
 
531
        empathy-new-message-dialog.h empathy-new-call-dialog.h \
 
532
        empathy-notify-manager.h empathy-password-dialog.h \
 
533
        empathy-persona-store.h empathy-persona-view.h \
 
534
        empathy-presence-chooser.h empathy-protocol-chooser.h \
 
535
        empathy-search-bar.h empathy-share-my-desktop.h \
 
536
        empathy-smiley-manager.h empathy-sound-manager.h \
 
537
        empathy-spell.h empathy-status-preset-dialog.h \
562
538
        empathy-string-parser.h empathy-theme-boxes.h \
563
539
        empathy-theme-irc.h empathy-theme-manager.h \
564
 
        empathy-tls-dialog.h empathy-ui-utils.h $(NULL) \
565
 
        $(am__append_2) $(am__append_5)
 
540
        empathy-tls-dialog.h empathy-ui-utils.h $(am__append_2) \
 
541
        $(am__append_5)
566
542
libempathy_gtk_la_SOURCES = \
567
543
        $(libempathy_gtk_handwritten_source)    \
568
544
        $(libempathy_gtk_headers)               \
569
 
        gcr-simple-certificate.c gcr-simple-certificate.h \
570
 
        mx-gtk-light-switch.c mx-gtk-light-switch.h \
571
545
        totem-subtitle-encoding.c totem-subtitle-encoding.h
572
546
 
573
547
 
577
551
 
578
552
libempathy_gtk_la_LIBADD = \
579
553
        $(EMPATHY_LIBS)                 \
580
 
        $(EMPATHY_LIBS)                 \
581
554
        $(GTK_LIBS)                     \
582
555
        $(LIBNOTIFY_LIBS)                       \
583
556
        $(CANBERRA_LIBS) \
679
652
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-account-widget.Plo@am__quote@
680
653
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-avatar-chooser.Plo@am__quote@
681
654
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-avatar-image.Plo@am__quote@
682
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-call-utils.Plo@am__quote@
683
655
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-cell-renderer-activatable.Plo@am__quote@
684
656
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-cell-renderer-expander.Plo@am__quote@
685
657
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-cell-renderer-text.Plo@am__quote@
707
679
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-individual-store.Plo@am__quote@
708
680
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-individual-view.Plo@am__quote@
709
681
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-individual-widget.Plo@am__quote@
 
682
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-input-text-view.Plo@am__quote@
710
683
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-irc-network-chooser-dialog.Plo@am__quote@
711
684
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-irc-network-chooser.Plo@am__quote@
712
685
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-irc-network-dialog.Plo@am__quote@
713
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-kludge-label.Plo@am__quote@
714
686
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-linking-dialog.Plo@am__quote@
715
687
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-live-search.Plo@am__quote@
716
688
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-location-manager.Plo@am__quote@
727
699
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-search-bar.Plo@am__quote@
728
700
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-share-my-desktop.Plo@am__quote@
729
701
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-smiley-manager.Plo@am__quote@
730
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-sound.Plo@am__quote@
 
702
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-sound-manager.Plo@am__quote@
731
703
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-spell.Plo@am__quote@
732
704
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-status-preset-dialog.Plo@am__quote@
733
705
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-string-parser.Plo@am__quote@
737
709
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-theme-manager.Plo@am__quote@
738
710
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-tls-dialog.Plo@am__quote@
739
711
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/empathy-ui-utils.Plo@am__quote@
740
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcr-simple-certificate.Plo@am__quote@
741
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mx-gtk-light-switch.Plo@am__quote@
742
712
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/totem-subtitle-encoding.Plo@am__quote@
743
713
 
744
714
.c.o: