summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
blob: 8acf04b033d5d35d0fbba86e7b3fcd5f6b19c6ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AM_CFLAGS = $(GLOBAL_CFLAGS)

noinst_LTLIBRARIES = libinternalcommon.la

libinternalcommon_la_LIBADD =
libinternalcommon_la_SOURCES =			\
	socket.c				\
	collection.c				\
	socket.h				\
	collection.h

if WIN32
libinternalcommon_la_LIBADD += -lws2_32
endif