summaryrefslogtreecommitdiff
path: root/p11-kit/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'p11-kit/Makefile.am')
-rw-r--r--p11-kit/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am
index 573bf61..687223e 100644
--- a/p11-kit/Makefile.am
+++ b/p11-kit/Makefile.am
@@ -180,17 +180,10 @@ p11_kit_server_SOURCES = \
p11-kit/server.c \
$(NULL)
-if OS_WIN32
- WIN32_LIBS = -ladvapi32
-else
- WIN32_LIBS =
-endif
-
p11_kit_server_LDADD = \
libp11-tool.la \
libp11-common.la \
libp11-kit.la \
- $(WIN32_LIBS) \
$(NULL)
# Tests ----------------------------------------------------------------