AUTOTOOLS: Add Makefile.am for examples/

This commit is contained in:
Ronnie Sahlberg
2014-03-22 17:46:02 -07:00
parent ea790b2f75
commit ae60611f68
4 changed files with 12 additions and 12 deletions

7
examples/Makefile.am Normal file
View File

@@ -0,0 +1,7 @@
AM_CPPFLAGS=-I. -I../include "-D_U_=__attribute__((unused))" \
"-D_R_(A,B)=__attribute__((format(printf,A,B)))"
AM_CFLAGS=$(WARN_CFLAGS)
LDADD = ../lib/libiscsi.la
noinst_PROGRAMS = iscsiclient iscsi-dd