summaryrefslogtreecommitdiff
path: root/pjlib/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-02-16 10:58:18 +0000
committerBenny Prijono <bennylp@teluu.com>2007-02-16 10:58:18 +0000
commit7194ff20bf32d8231bd53b60de8b6c683886aca2 (patch)
tree273a89f3dc4f1748d72e56e7efe9648dedf5c10c /pjlib/build
parent3976bdec028825d2aa2a6d979ae89f22ba19c84a (diff)
Implement ticket #103: changed autoconf script to use native Win32 file I/O on mingw and cygwin
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@951 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/build')
-rw-r--r--pjlib/build/os-auto.mak.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/pjlib/build/os-auto.mak.in b/pjlib/build/os-auto.mak.in
index e4bfe62b..a4a2b8aa 100644
--- a/pjlib/build/os-auto.mak.in
+++ b/pjlib/build/os-auto.mak.in
@@ -14,8 +14,6 @@ export PJLIB_OBJS += $(AC_OS_OBJS) \
os_timestamp_common.o \
pool_policy_malloc.o sock_bsd.o sock_select.o
-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.