Skip to content

Commit

Permalink
staging: usbip: userspace: include headers in release tarballs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Natanael Copa authored and Greg Kroah-Hartman committed Jun 11, 2012
1 parent 80677c2 commit e034410
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions drivers/staging/usbip/userspace/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e034410

Please sign in to comment.