From f01338bfbcb8122fb6fd47eaa26afbff23595ec9 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 9 Feb 2006 15:47:12 +0000 Subject: Fixed Linux OSS sound git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@173 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjsip/build/Makefile') diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile index 976ef8f8..cf82a3b3 100644 --- a/pjsip/build/Makefile +++ b/pjsip/build/Makefile @@ -24,7 +24,7 @@ export _LDFLAGS := $(subst /,$(HOST_PSEP),$(PJSIP_UA_LIB)) \ $(subst /,$(HOST_PSEP),$(PJLIB_UTIL_LIB)) \ $(subst /,$(HOST_PSEP),$(PJLIB_LIB)) \ $(CC_LDFLAGS) $(OS_LDFLAGS) $(M_LDFLAGS) $(HOST_LDFLAGS) \ - $(LDFLAGS) + $(LDFLAGS) -lm ############################################################################### -- cgit v1.2.3