~ubuntu-branches/ubuntu/vivid/gloox/vivid-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2014-03-16 17:34:43 UTC
  • mfrom: (12.1.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20140316173443-4s177dovzaz5dm8o
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
                        inbandbytestream.cpp messagefilter.cpp vcard.cpp \
22
22
                        vcardmanager.cpp md5.cpp sha.cpp search.cpp dataformreported.cpp dataformitem.cpp \
23
23
                        mucroom.cpp mucmessagesession.cpp oob.cpp vcardupdate.cpp stanzaextensionfactory.cpp \
24
 
                        delayeddelivery.cpp gpgencrypted.cpp gpgsigned.cpp \
 
24
                        mucinvitationhandler.cpp delayeddelivery.cpp gpgencrypted.cpp gpgsigned.cpp \
25
25
                        uniquemucroom.cpp instantmucroom.cpp compressionzlib.cpp tlsgnutlsclient.cpp \
26
26
                        connectionhttpproxy.cpp tlsgnutlsserveranon.cpp tlsgnutlsbase.cpp \
27
27
                        tlsgnutlsclientanon.cpp tlsschannel.cpp tlsdefault.cpp simanager.cpp siprofileft.cpp \
35
35
                        shim.cpp softwareversion.cpp attention.cpp \
36
36
                        tlsopensslclient.cpp tlsopensslbase.cpp \
37
37
                        tlsopensslserver.cpp compressiondefault.cpp \
38
 
                        connectiontlsserver.cpp
 
38
                        connectiontlsserver.cpp atomicrefcount.cpp linklocalmanager.cpp linklocalclient.cpp \
 
39
                        forward.cpp jinglesession.cpp jinglecontent.cpp jinglesessionmanager.cpp \
 
40
                        carbons.cpp jinglepluginfactory.cpp jingleiceudp.cpp jinglefiletransfer.cpp
39
41
 
40
 
libgloox_la_LDFLAGS = -version-info 8:0:0 -no-undefined -no-allow-shlib-undefined
 
42
libgloox_la_LDFLAGS = -version-info 11:0:0 -no-undefined -no-allow-shlib-undefined
41
43
libgloox_la_LIBADD =
42
44
libgloox_la_CFLAGS = $(CPPFLAGS)
43
45
 
90
92
                            nickname.h                pubsubevent.h           xhtmlim.h \
91
93
                            eventdispatcher.h         \
92
94
                            pubsubitem.h shim.h util.h \
93
 
                            connectiontlsserver.h compressiondefault.h
 
95
                            connectiontlsserver.h compressiondefault.h \
 
96
                            atomicrefcount.h          linklocalmanager.h           linklocalhandler.h \
 
97
                            linklocalclient.h         linklocal.h             forward.h \
 
98
                            jinglesession.h           jinglecontent.h         jingleplugin.h \
 
99
                            jingletransport.h         jinglesessionhandler.h \
 
100
                            jinglesessionmanager.h    carbons.h               jinglepluginfactory.h \
 
101
                            jingleiceudp.h            jinglefiletransfer.h
94
102
 
95
103
noinst_HEADERS = config.h prep.h dns.h nonsaslauth.h mucmessagesession.h stanzaextensionfactory.h \
96
104
                   tlsgnutlsclient.h \