From 251b3c386c09f44b711a16f8a8bce5af6b5ef268 Mon Sep 17 00:00:00 2001 From: Michal Nowikowski Date: Sat, 20 Jul 2019 07:05:39 +0200 Subject: [PATCH] fixed building kea-shell --- src/bin/shell/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bin/shell/Makefile.am b/src/bin/shell/Makefile.am index a921678305..786d4f676a 100644 --- a/src/bin/shell/Makefile.am +++ b/src/bin/shell/Makefile.am @@ -6,9 +6,6 @@ sbin_SCRIPTS = kea-shell CLEANFILES = *.pyc -man_MANS = kea-shell.8 -DISTCLEANFILES = $(sbin_SCRIPTS) $(man_MANS) - CLEANDIRS = __pycache__ clean-local: -- 2.47.2