diff options
Diffstat (limited to 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 9265f5a..54d3f4e 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -41,6 +41,12 @@ libp11_tool_la_SOURCES = \ common/tool.c common/tool.h \ $(NULL) +if !OS_WIN32 +libp11_tool_la_SOURCES += \ + common/unix-peer.c common/unix-peer.h \ + $(NULL) +endif + # Tests ---------------------------------------------------------------- common_LIBS = \ |