summaryrefslogtreecommitdiff
path: root/pjsip/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-02-27 00:56:25 +0000
committerBenny Prijono <bennylp@teluu.com>2006-02-27 00:56:25 +0000
commit6702b675c0b06a128f298a6492c931f664ffe61e (patch)
treef4ea4b9a79ae9405c517352ce4c1b115a53597c5 /pjsip/build
parenta7fcc27f4b4b0f15ae107e4f69a11a6166e2c9e3 (diff)
Fixed Linux port warnings/errors
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@242 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/build')
-rw-r--r--pjsip/build/Makefile2
-rw-r--r--pjsip/build/os-win32.mak2
2 files changed, 3 insertions, 1 deletions
diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile
index b4886dfe..5f9a278a 100644
--- a/pjsip/build/Makefile
+++ b/pjsip/build/Makefile
@@ -30,7 +30,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 -lwinmm
+ $(LDFLAGS) -lm
###############################################################################
diff --git a/pjsip/build/os-win32.mak b/pjsip/build/os-win32.mak
new file mode 100644
index 00000000..30f422e0
--- /dev/null
+++ b/pjsip/build/os-win32.mak
@@ -0,0 +1,2 @@
+
+export LDFLAGS += -lwinmm