[#2101] Make the test directory compile

This commit is contained in:
Emmanuel Milou
2009-09-01 16:32:38 -04:00
parent 59bc5ccce4
commit f0389b1cdf
3 changed files with 17 additions and 7 deletions

View File

@ -1,6 +1,6 @@
include ../globals.mak
noinst_PROGRAMS = numbercleanerTester pluginmanagerTester hookmanagerTester audiolayerTester rtpTester historyTester
noinst_PROGRAMS = numbercleanerTester pluginmanagerTester hookmanagerTester audiolayerTester historyTester #rtpTester
OBJECT_FILES= \
../src/sflphoned-managerimpl.o \
@ -58,6 +58,8 @@ pluginmanagerTester_LDADD = \
@CCEXT2_LIBS@ \
@CCGNU2_LIBS@ \
@CCRTP_LIBS@ \
@ZRTPCPP_LIBS@ \
@libssl_LIBS@ \
@SAMPLERATE_LIBS@ \
$(PJSIP_LIBS) \
-luuid \
@ -76,6 +78,8 @@ hookmanagerTester_LDADD = \
@CCEXT2_LIBS@ \
@CCGNU2_LIBS@ \
@CCRTP_LIBS@ \
@ZRTPCPP_LIBS@ \
@libssl_LIBS@ \
@SAMPLERATE_LIBS@ \
$(PJSIP_LIBS) \
-luuid \
@ -95,6 +99,8 @@ audiolayerTester_LDADD = \
@CCEXT2_LIBS@ \
@CCGNU2_LIBS@ \
@CCRTP_LIBS@ \
@ZRTPCPP_LIBS@ \
@libssl_LIBS@ \
@SAMPLERATE_LIBS@ \
$(PJSIP_LIBS) \
-luuid \
@ -115,6 +121,8 @@ rtpTester_LDADD = \
@CCGNU2_LIBS@ \
@CCRTP_LIBS@ \
@SAMPLERATE_LIBS@ \
@ZRTPCPP_LIBS@ \
@libssl_LIBS@ \
$(PJSIP_LIBS) \
-luuid \
$(OBJECT_FILES)
@ -133,6 +141,8 @@ historyTester_LDADD = \
@CCEXT2_LIBS@ \
@CCGNU2_LIBS@ \
@CCRTP_LIBS@ \
@ZRTPCPP_LIBS@ \
@libssl_LIBS@ \
@SAMPLERATE_LIBS@ \
$(PJSIP_LIBS) \
-luuid \

View File

@ -32,8 +32,8 @@
#include "user_cfg.h"
#include "audio/audiolayer.h"
#include "audio/alsalayer.h"
#include "audio/pulselayer.h"
#include "audio/alsa/alsalayer.h"
#include "audio/pulseaudio/pulselayer.h"
/*
* @file audiorecorderTest.cpp

View File

@ -39,10 +39,10 @@
// Application import
#include "manager.h"
#include "audio/audiortp.h"
#include "../src/call.h"
#include "../src/sipcall.h"
#include "../src/sipvoiplink.h"
#include "audio/audiortp/AudioRtpSession.h"
#include "call.h"
#include "sip/sipcall.h"
#include "sip/sipvoiplink.h"
#include "config/config.h"
#include "user_cfg.h"