Update Makefile.am
Fixed linux build error when trying to LIBCURL_CHECK_CONFIG (INCLUDES is the deprecated version of AM_CPPFLAGS).
This commit is contained in:
parent
475771d92c
commit
552049db72
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ EXTRA_DIST = example-cfg.json nomacro.pl
|
|||
|
||||
SUBDIRS = compat
|
||||
|
||||
INCLUDES = $(PTHREAD_FLAGS) -fno-strict-aliasing $(JANSSON_INCLUDES)
|
||||
AM_CPPFLAGS = $(PTHREAD_FLAGS) -fno-strict-aliasing $(JANSSON_INCLUDES)
|
||||
|
||||
bin_PROGRAMS = minerd
|
||||
|
||||
|
|
Loading…
Reference in a new issue