1
0
mirror of https://github.com/PDP-10/klh10.git synced 2026-04-25 19:51:18 +00:00

Use PKG_CHECK_MODULES to locate libusb-1.0.

This works better on FreeBSD.
This commit is contained in:
Lars Brinkhoff
2020-02-24 14:31:51 +01:00
parent 77473114b3
commit b41d4b8ac7
6 changed files with 12 additions and 13 deletions

View File

@@ -18,14 +18,14 @@
SRC = @top_srcdir@/src
BLDSRC = @top_builddir@/src
CC = @CC@
CFLAGS = -c @CFLAGS@
CFLAGS = -c @CFLAGS@ @libusb_CFLAGS@
CPPFLAGS = @CPPFLAGS@ -I$(BLDSRC) -I$(SRC)
CFLAGS_LINT = -ansi -pedantic -Wall -Wshadow \
-Wstrict-prototypes -Wmissing-prototypes \
-Wmissing-declarations -Wredundant-decls
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
CPULIBS = @CPULIBS@
CPULIBS = @CPULIBS@ @libusb_LIBS@
NETLIBS = @NETLIBS@
prefix = @prefix@