AUTOTOOLS: Add Makefile.am to test-tool

This commit is contained in:
Ronnie Sahlberg
2014-03-22 16:46:25 -07:00
parent c07779cfa7
commit ea790b2f75
6 changed files with 311 additions and 306 deletions

View File

@@ -10,6 +10,7 @@ LT_INIT
AC_CANONICAL_HOST
AM_CONDITIONAL(LD_ISCSI,
[expr "$host_os" : linux > /dev/null 2>&1])
AM_PROG_CC_C_O
enable_write_strings="yes"
@@ -132,5 +133,6 @@ AC_CONFIG_FILES([Makefile]
[lib/Makefile]
[doc/Makefile]
[utils/Makefile]
[test-tool/Makefile]
[libiscsi.pc])
AC_OUTPUT