From adb15b5adde88945dfd9e00088e2dba5adf51793 Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Wed, 30 Jan 2019 09:31:31 -0500 Subject: [PATCH] tests: Add storagepoolxml2argvtest source to EXTRA_DIST Commit f2f84b4d4 added storagepoolxml2argvtest processing; however, it didn't follow alter the else to !WITH_STORAGE and add the source itself to the EXTRA_DIST like the other WITH_STORAGE options for virstorageutiltest and storagevolxml2argvtest. Signed-off-by: John Ferlan ACKed-by: Michal Privoznik --- tests/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index c034fe0bf3..bdf7154fd5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -935,6 +935,7 @@ storagepoolxml2xmltest_LDADD = $(LDADDS) \ else ! WITH_STORAGE EXTRA_DIST += storagevolxml2argvtest.c EXTRA_DIST += virstorageutiltest.c +EXTRA_DIST += storagepoolxml2argvtest.c EXTRA_DIST += storagepoolxml2xmltest.c endif ! WITH_STORAGE -- GitLab