Ignore:
Timestamp:
Sep 10, 2006 4:33:48 PM (18 years ago)
Author:
bennylp
Message:

Fixed autoconf in mingw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/build/os-auto.mak.in

    r689 r699  
    11# @configure_input@ 
     2 
     3# Determine OS specific files 
     4AC_OS_OBJS=@ac_os_objs@ 
    25 
    36# 
     
    69# to all operating systems should go in Makefile instead. 
    710# 
    8 export PJLIB_OBJS +=    addr_resolv_sock.o guid_simple.o \ 
    9                         log_writer_stdout.o os_core_unix.o \ 
    10                         os_error_unix.o os_time_unix.o \ 
    11                         os_timestamp_common.o os_timestamp_posix.o \ 
     11export PJLIB_OBJS +=    $(AC_OS_OBJS) \ 
     12                        addr_resolv_sock.o \ 
     13                        log_writer_stdout.o \ 
     14                        os_timestamp_common.o \ 
    1215                        pool_policy_malloc.o sock_bsd.o sock_select.o 
    1316 
    14 export PJLIB_OBJS += ioqueue_select.o  
    1517export PJLIB_OBJS += file_access_unistd.o file_io_ansi.o 
    1618 
Note: See TracChangeset for help on using the changeset viewer.