From fd14a4d9d373d2bbea30ee29dfa86f144cb649e1 Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Wed, 2 Jun 2021 18:57:35 -0400 Subject: [PATCH] build(cgi-bin): add striker-ui subdir to autotools --- Makefile.am | 3 ++- configure.ac | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 568a5f2c..ea474b75 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,8 @@ TARFILES = $(PACKAGE_NAME)-$(VERSION).tar.bz2 \ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = Anvil cgi-bin html journald.conf.d man ocf \ - pxe scancore-agents scripts share tools units + pxe scancore-agents scripts share striker-ui \ + tools units anvilconfdir = ${sysconfdir}/anvil diff --git a/configure.ac b/configure.ac index e03e7bf9..6b8de709 100644 --- a/configure.ac +++ b/configure.ac @@ -165,6 +165,7 @@ AC_CONFIG_FILES([Makefile scancore-agents/Makefile scripts/Makefile share/Makefile + striker-ui/Makefile tools/Makefile units/Makefile])