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

« back to all changes in this revision

Viewing changes to src/tests/amp/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:
9
9
amp_test_SOURCES = amp_test.cpp
10
10
amp_test_LDADD = ../../tag.o ../../stanza.o ../../prep.o ../../stanzaextensionfactory.o \
11
11
                        ../../gloox.o ../../message.o ../../util.o ../../error.o ../../jid.o \
12
 
                        ../../amp.o
 
12
                        ../../amp.o ../../mutex.o
13
13
amp_test_CFLAGS = $(CPPFLAGS)