From 763d1e9a8ed2e44419760db370e9280426a0b617 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 20 Aug 2006 20:47:34 +0000 Subject: Finishing autoconf work, also fixed compilation error in publish.h git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@689 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 6bdec74d..81c2cb2e 100644 --- a/pjsip/build/Makefile +++ b/pjsip/build/Makefile @@ -34,7 +34,7 @@ export _LDFLAGS := $(subst /,$(HOST_PSEP),$(PJSUA_LIB_LIB)) \ $(subst /,$(HOST_PSEP),$(PJLIB_UTIL_LIB)) \ $(subst /,$(HOST_PSEP),$(PJLIB_LIB)) \ $(CC_LDFLAGS) $(OS_LDFLAGS) $(M_LDFLAGS) $(HOST_LDFLAGS) \ - $(LDFLAGS) -lm + $(LDFLAGS) ############################################################################### -- cgit v1.2.3