From 059856aee28d01b0a28ee86b6fb6efc2060229c2 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 10 Sep 2006 16:33:48 +0000 Subject: Fixed autoconf in mingw git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@699 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/build/os-auto.mak.in | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'pjlib/build/os-auto.mak.in') 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 # -- cgit v1.2.3