From 14824da601ff1b606a4bb0d891adb98940f60fce Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Thu, 23 Mar 2006 18:03:40 +0000 Subject: Set default option to exclude pj_stricmp_alnum() git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@354 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/build/os-linux.mak | 6 ++---- pjlib/build/os-sunos.mak | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'pjlib/build') diff --git a/pjlib/build/os-linux.mak b/pjlib/build/os-linux.mak index 568d1a18..7a30fa71 100644 --- a/pjlib/build/os-linux.mak +++ b/pjlib/build/os-linux.mak @@ -7,11 +7,11 @@ # (the library) for this specific operating system. Object files common # to all operating systems should go in Makefile instead. # -export PJLIB_OBJS += addr_resolv_sock.o guid_simple.o \ +export PJLIB_OBJS += addr_resolv_sock.o file_access_unistd.o \ + file_io_ansi.o guid_simple.o \ log_writer_stdout.o os_core_unix.o \ os_error_unix.o os_time_unix.o \ os_timestamp_common.o os_timestamp_linux.o \ - os_time_ansi.o \ pool_policy_malloc.o sock_bsd.o sock_select.o ifeq (epoll,$(LINUX_POLL)) @@ -20,8 +20,6 @@ else export PJLIB_OBJS += ioqueue_select.o endif -export PJLIB_OBJS += file_access_unistd.o file_io_ansi.o - # # TEST_OBJS are operating system specific object files to be included in # the test application. diff --git a/pjlib/build/os-sunos.mak b/pjlib/build/os-sunos.mak index 22931059..5012888d 100644 --- a/pjlib/build/os-sunos.mak +++ b/pjlib/build/os-sunos.mak @@ -7,11 +7,11 @@ # (the library) for this specific operating system. Object files common # to all operating systems should go in Makefile instead. # -export PJLIB_OBJS += addr_resolv_sock.o guid_simple.o \ +export PJLIB_OBJS += addr_resolv_sock.o file_access_unistd.o \ + file_io_ansi.o guid_simple.o \ log_writer_stdout.o os_core_unix.o \ os_error_unix.o os_time_unix.o \ os_timestamp_common.o os_timestamp_linux.o \ - os_time_ansi.o \ pool_policy_malloc.o sock_bsd.o sock_select.o export PJLIB_OBJS += ioqueue_select.o -- cgit v1.2.3