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

« back to all changes in this revision

Viewing changes to src/tests/jinglesessionmanager/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2014-01-27 22:16:13 UTC
  • mfrom: (12.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20140127221613-3wddlaq1wu6wdq9j
Tags: 1.0.9-2
Run dh-autoreconf instead of autotools-dev. (Closes: #726278, #735987)

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 = jinglesessionmanager_test
 
8
 
 
9
jinglesessionmanager_test_SOURCES = jinglesessionmanager_test.cpp
 
10
jinglesessionmanager_test_LDADD = ../../tag.o ../../stanza.o ../../base64.o \
 
11
                        ../../prep.o ../../gloox.o \
 
12
                        ../../iq.o ../../util.o ../../mutex.o \
 
13
                        ../../sha.o ../../error.o ../../jid.o \
 
14
                        ../../jinglecontent.o ../../jinglepluginfactory.o \
 
15
                        ../../stanzaextensionfactory.o ../../jingleiceudp.o ../../jinglefiletransfer.o
 
16
jinglesessionmanager_test_CFLAGS = $(CPPFLAGS) -g3