Browse Source

now all compiles under linux...need replacement for CONDITION_VARIABLE for win32

master
Georg Hopp 17 years ago
parent
commit
bbbcdc20e3
  1. 14
      src/Makefile.am

14
src/Makefile.am

@ -6,21 +6,17 @@ LIBS += @THREAD_LIB@ @SOCK_LIB@
INCLUDES = -I../include @INOTIFY_INCLUDES@ INCLUDES = -I../include @INOTIFY_INCLUDES@
#libscot_source = scot_common.c cmdla.c \
# list.c stack.c queue.c \
# thread.c dir.c \
# exception.c scot_exceptions.c \
# stream.c stream_ctl.c socket.c socket_in.c \
# event.c event_listener.c
libscot_source = scot_common.c cmdla.c \ libscot_source = scot_common.c cmdla.c \
list.c stack.c queue.c \ list.c stack.c queue.c \
thread.c dir.c \ thread.c dir.c \
exception.c scot_exceptions.c \ exception.c scot_exceptions.c \
stream.c stream_ctl.c socket.c socket_in.c \ stream.c stream_ctl.c socket.c socket_in.c \
event.c event_listener.c \
stream_pool_base.c stream_pool_management.c \
event.c event_listener.c
if !WIN32
libscot_source += stream_pool_base.c stream_pool_management.c \
stream_pool_fraction.c spf_thread_impl.c stream_pool_fraction.c spf_thread_impl.c
endif
BUILT_SOURCES = thread.c memory.c dir.c spf_thread_impl.c stream_ctl.c BUILT_SOURCES = thread.c memory.c dir.c spf_thread_impl.c stream_ctl.c
CLEANFILES = thread.c memory.c dir.c spf_thread_impl.c stream_ctl.c CLEANFILES = thread.c memory.c dir.c spf_thread_impl.c stream_ctl.c

Loading…
Cancel
Save