AUTOTOOLS: Add a Makefile.am for the iscsi-* utilities
This commit is contained in:
committed by
Ronnie Sahlberg
parent
65d3597c1b
commit
c07779cfa7
8
utils/Makefile.am
Normal file
8
utils/Makefile.am
Normal file
@@ -0,0 +1,8 @@
|
||||
AM_CPPFLAGS=-I../include "-D_U_=__attribute__((unused))" \
|
||||
"-D_R_(A,B)=__attribute__((format(printf,A,B)))"
|
||||
AM_CFLAGS=$(WARN_CFLAGS)
|
||||
LDADD = ../lib/libiscsi.la
|
||||
|
||||
bin_PROGRAMS = iscsi-inq iscsi-ls iscsi-readcapacity16 \
|
||||
iscsi-swp
|
||||
|
||||
Reference in New Issue
Block a user