summaryrefslogtreecommitdiff
path: root/pjlib/build
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-09-10 16:33:48 +0000
committerBenny Prijono <bennylp@teluu.com>2006-09-10 16:33:48 +0000
commit059856aee28d01b0a28ee86b6fb6efc2060229c2 (patch)
tree889ff00b1fc97157ebb945b3101bc046f02c2f28 /pjlib/build
parent49ff9b1d0c7c4ffb20e8b92bd6f42549034eeceb (diff)
Fixed autoconf in mingw
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@699 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/build')
-rw-r--r--pjlib/build/os-auto.mak.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/pjlib/build/os-auto.mak.in b/pjlib/build/os-auto.mak.in
index f441104c..e4bfe62b 100644
--- a/pjlib/build/os-auto.mak.in
+++ b/pjlib/build/os-auto.mak.in
@@ -1,17 +1,19 @@
# @configure_input@
+# Determine OS specific files
+AC_OS_OBJS=@ac_os_objs@
+
#
# PJLIB_OBJS specified here are object files to be included in PJLIB
# (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 \
- log_writer_stdout.o os_core_unix.o \
- os_error_unix.o os_time_unix.o \
- os_timestamp_common.o os_timestamp_posix.o \
+export PJLIB_OBJS += $(AC_OS_OBJS) \
+ addr_resolv_sock.o \
+ log_writer_stdout.o \
+ os_timestamp_common.o \
pool_policy_malloc.o sock_bsd.o sock_select.o
-export PJLIB_OBJS += ioqueue_select.o
export PJLIB_OBJS += file_access_unistd.o file_io_ansi.o
#