summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
blob: ca8180ce8d1c88cc13b8c4426191d5768cfd9478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
endif