summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rw-r--r--TODO2
-rw-r--r--usbredirhost/Makefile.am2
-rw-r--r--usbredirparser/Makefile.am4
4 files changed, 2 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 288463c..9d392d5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1,2 @@
SUBDIRS = usbredirparser usbredirhost usbredirserver usbredirtestclient
+EXTRA_DIST = README.multi-thread usb-redirection-protocol.txt \ No newline at end of file
diff --git a/TODO b/TODO
index b04288f..e6715b1 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,6 @@
* do endian conversion in usbredirparser where necessary
* check length against max packet size
* check caps for relevant callbacks in parser
-* be smarter with iso buffering / make configurable (in qemu)
* cancel pending packets / active streams before reset?
* add a queue_buf call to parser, use it in host to avoid memcpy of
"in" bulk transfers
-* add a check for the makefile for libusb being atleast version 1.0.9
diff --git a/usbredirhost/Makefile.am b/usbredirhost/Makefile.am
index ecf91fc..33910f4 100644
--- a/usbredirhost/Makefile.am
+++ b/usbredirhost/Makefile.am
@@ -11,5 +11,3 @@ libusbredirhost_la_LDFLAGS = -version-info $(LIBUSBREDIRHOST_SO_VERSION) \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libusbredirhost.pc
-
-EXTRA_DIST = libusbredirhost.pc
diff --git a/usbredirparser/Makefile.am b/usbredirparser/Makefile.am
index a47450c..cd62627 100644
--- a/usbredirparser/Makefile.am
+++ b/usbredirparser/Makefile.am
@@ -1,6 +1,6 @@
lib_LTLIBRARIES = libusbredirparser.la
-libusbredirparser_la_SOURCES = usbredirparser.c
+libusbredirparser_la_SOURCES = usbredirparser.c usbredirproto-compat.h
libusbredirparser_ladir = $(includedir)
libusbredirparser_la_HEADERS = usbredirparser.h usbredirproto.h
libusbredirparser_la_LDFLAGS = -version-info $(LIBUSBREDIRPARSER_SO_VERSION) \
@@ -8,5 +8,3 @@ libusbredirparser_la_LDFLAGS = -version-info $(LIBUSBREDIRPARSER_SO_VERSION) \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libusbredirparser.pc
-
-EXTRA_DIST = libusbredirparser.pc