summaryrefslogtreecommitdiff
path: root/pjlib/build/os-linux.mak
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-03-23 18:03:40 +0000
committerBenny Prijono <bennylp@teluu.com>2006-03-23 18:03:40 +0000
commit14824da601ff1b606a4bb0d891adb98940f60fce (patch)
treebe5d0a06063323a0aa68fd421c164500da797f33 /pjlib/build/os-linux.mak
parent23de2933606ed5d58b133b5844b310845d4e1efa (diff)
Set default option to exclude pj_stricmp_alnum()
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@354 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/build/os-linux.mak')
-rw-r--r--pjlib/build/os-linux.mak6
1 files changed, 2 insertions, 4 deletions
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.