summaryrefslogtreecommitdiff
path: root/open-vm-tools/lib/rpcChannel/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'open-vm-tools/lib/rpcChannel/Makefile.am')
-rw-r--r--open-vm-tools/lib/rpcChannel/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/open-vm-tools/lib/rpcChannel/Makefile.am b/open-vm-tools/lib/rpcChannel/Makefile.am
index 42bfbedf..32a9f8cc 100644
--- a/open-vm-tools/lib/rpcChannel/Makefile.am
+++ b/open-vm-tools/lib/rpcChannel/Makefile.am
@@ -20,8 +20,10 @@ noinst_LTLIBRARIES = libRpcChannel.la
libRpcChannel_la_SOURCES =
libRpcChannel_la_SOURCES += bdoorChannel.c
libRpcChannel_la_SOURCES += rpcChannel.c
+if HAVE_VSOCK
libRpcChannel_la_SOURCES += vsockChannel.c
libRpcChannel_la_SOURCES += simpleSocket.c
+endif
libRpcChannel_la_CPPFLAGS =
libRpcChannel_la_CPPFLAGS += @VMTOOLS_CPPFLAGS@