diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-03-16 06:13:07 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-06-30 07:24:30 +0000 |
| commit | 41b278bd71817ba237a643fcd396dd3021873012 (patch) | |
| tree | 2941cedf54f8c2a429faa00404ee7d07741eceda /lib/libusb | |
| parent | 8c80fd34167cc4f4f344eadbce405d581a802ed5 (diff) | |
Diffstat (limited to 'lib/libusb')
| -rw-r--r-- | lib/libusb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libusb/Makefile b/lib/libusb/Makefile index cf263b732c35..83c9f1ade075 100644 --- a/lib/libusb/Makefile +++ b/lib/libusb/Makefile @@ -38,8 +38,7 @@ SRCS+= libusb10_io.c CFLAGS+= -DCOMPAT_32BIT .endif -FILES= libusb-0.1.pc libusb-1.0.pc libusb-2.0.pc -FILESDIR= ${LIBDATADIR}/pkgconfig +PCFILES= libusb-0.1.pc libusb-1.0.pc libusb-2.0.pc # # Cross platform support |
