fixed windows cross compilation of vpcd

This commit is contained in:
Frank Morgner
2015-08-21 10:08:11 +02:00
parent e4b438e870
commit f66c7834ba

View File

@@ -4,3 +4,9 @@ libvpcd_la_LDFLAGS = -no-undefined
noinst_HEADERS = vpcd.h lock.h
noinst_LTLIBRARIES = libvpcd.la
if WIN32
libvpcd_la_LDFLAGS += -lws2_32
endif