diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-03 16:34:21 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-03 16:34:21 +0000 |
| commit | 43fa36d52cc8ee1349dc822d45225d4b4788ed49 (patch) | |
| tree | ce860320d617dabe39cae3deb8b08da4c329765e /lib/libusb | |
| parent | 0698c0b3d15dd198f840f9e1495230a7f83efcd3 (diff) | |
Notes
Diffstat (limited to 'lib/libusb')
| -rw-r--r-- | lib/libusb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libusb/Makefile b/lib/libusb/Makefile index 25d886a5c454..be55aa65a6d8 100644 --- a/lib/libusb/Makefile +++ b/lib/libusb/Makefile @@ -35,10 +35,10 @@ SRCS+= libusb10_io.c .if defined(COMPAT_32BIT) CFLAGS+= -DCOMPAT_32BIT -.else +.endif + FILES= libusb-0.1.pc libusb-1.0.pc libusb-2.0.pc FILESDIR= ${LIBDATADIR}/pkgconfig -.endif # # Cross platform support |
