~ubuntu-branches/ubuntu/trusty/telepathy-idle/trusty

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2013-05-01 15:52:26 UTC
  • mfrom: (1.3.6)
  • Revision ID: package-import@ubuntu.com-20130501155226-ttpmql3jetet34iu
Tags: 0.1.16-1
* New upstream release
  - adds support for interactive TLS certificate verification
    (Closes: #706270)
* Add a patch to avoid use of a telepathy-glib 0.20 header, to make
  this easy to backport to wheezy

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        idle-im-manager.lo idle-muc-channel.lo idle-muc-manager.lo \
79
79
        room-config.lo idle-parser.lo protocol.lo \
80
80
        idle-roomlist-channel.lo idle-roomlist-manager.lo \
81
 
        idle-server-connection.lo idle-text.lo
 
81
        idle-server-connection.lo idle-text.lo server-tls-channel.lo \
 
82
        server-tls-manager.lo tls-certificate.lo
82
83
nodist_libidle_convenience_la_OBJECTS =
83
84
libidle_convenience_la_OBJECTS = $(am_libidle_convenience_la_OBJECTS) \
84
85
        $(nodist_libidle_convenience_la_OBJECTS)
339
340
        idle-server-connection.h \
340
341
        idle-text.h \
341
342
        idle-text.c \
 
343
        server-tls-channel.c \
 
344
        server-tls-channel.h \
 
345
        server-tls-manager.c \
 
346
        server-tls-manager.h \
 
347
        tls-certificate.c \
 
348
        tls-certificate.h \
342
349
        $(NULL)
343
350
 
344
351
nodist_libidle_convenience_la_SOURCES = \
494
501
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/idle.Po@am__quote@
495
502
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol.Plo@am__quote@
496
503
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/room-config.Plo@am__quote@
 
504
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server-tls-channel.Plo@am__quote@
 
505
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server-tls-manager.Plo@am__quote@
 
506
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls-certificate.Plo@am__quote@
497
507
 
498
508
.c.o:
499
509
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<