Instead of defining the macro _R_(), define __attribute__() as a macro for compilers that do not support __attribute__(), namely Microsoft Visual Studio. Signed-off-by: Bart Van Assche <bvanassche@acm.org>
7 lines
185 B
Makefile
7 lines
185 B
Makefile
AM_CPPFLAGS=-I. -I${srcdir}/../include "-D_U_=__attribute__((unused))"
|
|
AM_CFLAGS=$(WARN_CFLAGS)
|
|
AM_LDFLAGS=-no-undefined
|
|
LIBS=../lib/libiscsi.la
|
|
|
|
noinst_PROGRAMS = iscsiclient iscsi-dd
|