~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to sflphone-common/test/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Francois Marier
  • Date: 2011-11-25 13:24:12 UTC
  • mfrom: (4.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20111125132412-dc4qvhyosk74cd42
Tags: 1.0.1-4
Don't assume that arch:all packages will get built (closes: #649726)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include ../globals.mak
2
 
 
3
 
check_PROGRAMS = test
4
 
 
5
 
test_CXXFLAGS = $(CPPUNIT_CFLAGS)
6
 
test_LDADD = $(LLIBS)
7
 
 
8
 
test_SOURCES = \
9
 
        main.cpp \
10
 
        validator.cpp \
11
 
        validator.h \
12
 
        accounttest.h \
13
 
        accounttest.cpp \
14
 
        audiolayertest.h \
15
 
        audiolayertest.cpp \
16
 
        configurationtest.h \
17
 
        configurationtest.cpp \
18
 
        historytest.h \
19
 
        historytest.cpp \
20
 
        hookmanagertest.h \
21
 
        hookmanagertest.cpp \
22
 
        numbercleanertest.h \
23
 
        numbercleanertest.cpp \
24
 
        pluginmanagertest.h \
25
 
        pluginmanagertest.cpp \
26
 
        rtptest.h \
27
 
        rtptest.cpp \
28
 
        sdesnegotiatortest.h \
29
 
        sdesnegotiatortest.cpp \
30
 
        instantmessagingtest.h \
31
 
        instantmessagingtest.cpp \
32
 
        siptest.h \
33
 
        siptest.cpp \
34
 
        sdptest.h \
35
 
        sdptest.cpp
36
 
 
37
 
LLIBS=$(CPPUNIT_LIBS) \
38
 
        ../src/sflphoned-logger.o \
39
 
        ../src/sflphoned-managerimpl.o \
40
 
        ../src/sflphoned-account.o\
41
 
        ../src/sflphoned-accountcreator.o \
42
 
        ../src/sflphoned-call.o \
43
 
        ../src/sflphoned-conference.o \
44
 
        ../src/sflphoned-eventthread.o \
45
 
        ../src/sflphoned-managerimpl_registration.o \
46
 
        ../src/sflphoned-numbercleaner.o \
47
 
        ../src/sflphoned-observer.o \
48
 
        ../src/sflphoned-voiplink.o \
49
 
        ../src/sflphoned-preferences.o \
50
 
        ../src/libsflphone.la