summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index dfa6852..664e13b 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -8,7 +8,9 @@ libinternalcommon_la_LIBADD =
8libinternalcommon_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined 8libinternalcommon_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined
9libinternalcommon_la_SOURCES = \ 9libinternalcommon_la_SOURCES = \
10 socket.c socket.h \ 10 socket.c socket.h \
11 thread.c thread.h 11 thread.c thread.h \
12 debug.c debug.h \
13 userpref.c userpref.h
12 14
13if WIN32 15if WIN32
14libinternalcommon_la_LIBADD += -lole32 16libinternalcommon_la_LIBADD += -lole32