dect
/
linux-2.6
Archived
13
0
Fork 0

staging: usbip: userspace: include headers in release tarballs

The header files should be included in generated tarballs for archives.

Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Natanael Copa 2012-06-01 10:14:02 +02:00 committed by Greg Kroah-Hartman
parent 80677c2538
commit e034410a3d
1 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,9 @@ LDADD = $(top_builddir)/libsrc/libusbip.la @PACKAGE_LIBS@
sbin_PROGRAMS := usbip usbipd
usbip_SOURCES := usbip.c utils.c usbip_network.c \
usbip_SOURCES := usbip.h utils.h usbip.c utils.c usbip_network.c \
usbip_attach.c usbip_detach.c usbip_list.c \
usbip_bind.c usbip_unbind.c
usbipd_SOURCES := usbipd.c usbip_network.c
usbipd_SOURCES := usbip_network.h usbipd.c usbip_network.c