summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index ab01b83..1a90571 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -25,11 +25,8 @@ noinst_LTLIBRARIES = libinternalcommon.la
25libinternalcommon_la_LIBADD = 25libinternalcommon_la_LIBADD =
26libinternalcommon_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined 26libinternalcommon_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined
27libinternalcommon_la_SOURCES = \ 27libinternalcommon_la_SOURCES = \
28 socket.c socket.h \
29 thread.c thread.h \
30 debug.c debug.h \ 28 debug.c debug.h \
31 userpref.c userpref.h \ 29 userpref.c userpref.h
32 utils.c utils.h
33 30
34if WIN32 31if WIN32
35libinternalcommon_la_LIBADD += -lole32 -lws2_32 32libinternalcommon_la_LIBADD += -lole32 -lws2_32