summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorUri Lublin <uril@redhat.com>2012-02-26 16:33:44 +0200
committerUri Lublin <uril@redhat.com>2012-05-23 18:38:51 +0300
commite059de1d00a0df5c4176a768619e4b355d8880a6 (patch)
treeddf5c489db39a6588818f444dcd69c1b17ece214 /Makefile.am
parente83a740c5068065dc87d9ec7b8e59cc4d6cee502 (diff)
configure: Windows: ignore usbredirserver and usbredirtestclient subdirs
Their build fails, so skip them. Things to fix to make the them work on Win32 include sockets, signals, threads and more.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9d392d5..6b77127 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,2 +1,5 @@
-SUBDIRS = usbredirparser usbredirhost usbredirserver usbredirtestclient
+SUBDIRS = usbredirparser usbredirhost
+if ! OS_WIN32
+SUBDIRS += usbredirserver usbredirtestclient
+endif
EXTRA_DIST = README.multi-thread usb-redirection-protocol.txt \ No newline at end of file