mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
staging: usbip: userspace: rename source directories
Rename cmd/ to src/ and lib/ to libsrc/. Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
7f27b19911
commit
f9b90071e0
@ -1,6 +1,7 @@
|
||||
SUBDIRS = lib cmd
|
||||
SUBDIRS = libsrc src
|
||||
includedir=@includedir@/usbip
|
||||
include_HEADERS = lib/usbip.h lib/usbip_common.h lib/vhci_driver.h lib/stub_driver.h
|
||||
include_HEADERS := $(addprefix libsrc/, \
|
||||
usbip.h usbip_common.h vhci_driver.h stub_driver.h)
|
||||
|
||||
dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8 usbip_bind_driver.8)
|
||||
|
||||
|
@ -101,5 +101,5 @@ PKG_CHECK_MODULES(PACKAGE, glib-2.0 >= $GLIB2_REQUIRED)
|
||||
AC_SUBST(PACKAGE_CFLAGS)
|
||||
AC_SUBST(PACKAGE_LIBS)
|
||||
|
||||
AC_CONFIG_FILES([Makefile lib/Makefile cmd/Makefile])
|
||||
AC_CONFIG_FILES([Makefile libsrc/Makefile src/Makefile])
|
||||
AC_OUTPUT
|
||||
|
@ -12,8 +12,8 @@ usbip_bind_driver_SOURCES = bind-driver.c \
|
||||
#usbip_bind_driver_LDADD = @PACKAGE_LIBS@
|
||||
|
||||
#AM_CPPFLAGS = -I../include -Wall -std=gnu99
|
||||
INCLUDES = -I$(top_srcdir)/lib
|
||||
LDADD = ../lib/libusbip.la @PACKAGE_LIBS@
|
||||
INCLUDES = -I$(top_srcdir)/libsrc
|
||||
LDADD = ../libsrc/libusbip.la @PACKAGE_LIBS@
|
||||
EXTRA_CFLAGS = @EXTRA_CFLAGS@
|
||||
AM_CFLAGS = -Wall -W -Wstrict-prototypes -std=gnu99 $(EXTRA_CFLAGS) @PACKAGE_CFLAGS@ -DUSBIDS_FILE='"@USBIDS_DIR@/usb.ids"'
|
||||
|
Loading…
Reference in New Issue
Block a user