From 514de96e1584a5ce952ac40d98b986fe902fffce Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Wed, 3 Jun 2015 23:54:23 -0700 Subject: [PATCH] TEST-TOOL: We need to include the multipath header in the dist files or else we break all building of RPMs, which is not good. Signed-off-by: Ronnie Sahlberg --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 36eaea7..7d8164a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ LDADD = lib/libiscsi.la EXTRA_DIST = autogen.sh COPYING LICENCE-GPL-2.txt LICENCE-LGPL-2.1.txt \ packaging/RPM/libiscsi.spec.in packaging/RPM/makerpms.sh \ aros/aros_compat.c aros/aros_compat.h aros/iscsi-ls.c \ - aros/Makefile.AROS \ + aros/Makefile.AROS test-tool/iscsi-multipath.h \ win32/vsbuild.bat win32/win32_compat.c win32/win32_compat.h \ patches/mtx-iscsi.diff patches/README patches/sg3_utils-1.32.patch