summaryrefslogtreecommitdiff
path: root/pjsip
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip')
-rw-r--r--pjsip/build/Makefile2
-rw-r--r--pjsip/build/os-auto.mak.in0
-rw-r--r--pjsip/include/pjsip-simple/publish.h1
3 files changed, 2 insertions, 1 deletions
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)
###############################################################################
diff --git a/pjsip/build/os-auto.mak.in b/pjsip/build/os-auto.mak.in
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/pjsip/build/os-auto.mak.in
diff --git a/pjsip/include/pjsip-simple/publish.h b/pjsip/include/pjsip-simple/publish.h
index bebc4d97..b06589d2 100644
--- a/pjsip/include/pjsip-simple/publish.h
+++ b/pjsip/include/pjsip-simple/publish.h
@@ -25,6 +25,7 @@
*/
#include <pjsip/sip_util.h>
+#include <pjsip/sip_auth.h>
PJ_BEGIN_DECL