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

« back to all changes in this revision

Viewing changes to src/tests/forward/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:
 
1
##
 
2
## Process this file with automake to produce Makefile.in
 
3
##
 
4
 
 
5
AM_CPPFLAGS = -pedantic -Wall -pipe -W -Wfloat-equal -Wcast-align -Wsign-compare -Wpointer-arith -Wswitch -Wunknown-pragmas -Wconversion -Wundef -Wcast-qual 
 
6
 
 
7
noinst_PROGRAMS = forward_test
 
8
 
 
9
forward_test_SOURCES = forward_test.cpp
 
10
forward_test_LDADD = ../../jid.o ../../tag.o \
 
11
                        ../../logsink.o ../../prep.o ../../util.o \
 
12
                        ../../gloox.o ../../iq.o ../../stanza.o \
 
13
                        ../../error.o ../../message.o \
 
14
                        ../../forward.o ../../delayeddelivery.o \
 
15
                        ../../clientbase.o ../../client.o \
 
16
                        ../../connectiontcpbase.o ../../connectiontcpclient.o \
 
17
                        ../../disco.o ../../parser.o ../../base64.o \
 
18
                        ../../md5.o ../../tlsgnutlsclient.o ../../tlsopensslclient.o ../../tlsopensslbase.o ../../tlsopensslserver.o ../../tlsschannel.o \
 
19
                        ../../messagesession.o ../../compressionzlib.o \
 
20
                        ../../dns.o ../../stanzaextensionfactory.o \
 
21
                        ../../rostermanager.o ../../nonsaslauth.o ../../sha.o ../../dataform.o \
 
22
                        ../../dataformfieldcontainer.o ../../dataformreported.o ../../dataformitem.o \
 
23
                        ../../dataformfield.o \
 
24
                        ../../rosteritem.o ../../privatexml.o ../../tlsgnutlsbase.o \
 
25
                        ../../tlsdefault.o ../../tlsgnutlsclientanon.o ../../tlsgnutlsserveranon.o \
 
26
                        ../../mutex.o ../../presence.o ../../subscription.o \
 
27
                        ../../capabilities.o ../../eventdispatcher.o \
 
28
                        ../../softwareversion.o \
 
29
                        ../../atomicrefcount.o ../../attention.o
 
30
forward_test_CFLAGS = $(CPPFLAGS)