mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 12:34:27 +00:00
Fixup jansson & libusb include paths when using separate build directory
This commit is contained in:
parent
14d20837b3
commit
4bc955c004
@ -1,10 +1,10 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
JANSSON_INCLUDES= -I$(top_srcdir)/compat/jansson-2.5/src
|
||||
JANSSON_INCLUDES= -I$(top_builddir)/compat/jansson-2.5/src -I$(top_srcdir)/compat/jansson-2.5/src
|
||||
|
||||
if WANT_USBUTILS
|
||||
USBUTILS_INCLUDES = -I$(top_srcdir)/compat/libusb-1.0/libusb
|
||||
USBUTILS_INCLUDES = -I$(top_builddir)/compat/libusb-1.0/libusb -I$(top_srcdir)/compat/libusb-1.0/libusb
|
||||
else
|
||||
USBUTILS_INCLUDES =
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user