blob: 8d0e8894421ed58995fddad3d9c274d0dc7bbece [file] [log] [blame]
AM_CFLAGS = $(GLOBAL_CFLAGS)
noinst_LTLIBRARIES = libinternalcommon.la
libinternalcommon_la_LIBADD =
libinternalcommon_la_SOURCES = \
socket.c \
thread.c \
collection.c \
socket.h \
thread.h \
collection.h
if WIN32
libinternalcommon_la_LIBADD += -lws2_32 -lIphlpapi
endif