From: Tomek Mrugalski Date: Wed, 8 Mar 2017 10:34:14 +0000 (+0100) Subject: [5137] Removed obsolete reference to a file X-Git-Tag: trac5152_base~6^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49ddbc91c2d11d66edfa6829ea01d5c545a52db7;p=thirdparty%2Fkea.git [5137] Removed obsolete reference to a file --- diff --git a/src/bin/shell/Makefile.am b/src/bin/shell/Makefile.am index c243fd8d5f..f527fdf8ee 100644 --- a/src/bin/shell/Makefile.am +++ b/src/bin/shell/Makefile.am @@ -5,7 +5,7 @@ EXTRA_DIST = if KEA_SHELL # Kea-shell is enabled, here are proper rules for it. -kea_shell_PYTHON = kea-shell.py kea_conn.py kea_connector2.py kea_connector3.py kea_params.py +kea_shell_PYTHON = kea-shell.py kea_conn.py kea_connector2.py kea_connector3.py kea_shelldir = @localstatedir@/@PACKAGE@ bin_SCRIPTS = kea-shell @@ -13,7 +13,7 @@ bin_SCRIPTS = kea-shell else # Kea-shell is disabled, simply keep the files for make dist -EXTRA_DIST += kea-shell.py kea_conn.py kea_connector2.py kea_connector3.py kea_params.py +EXTRA_DIST += kea-shell.py kea_conn.py kea_connector2.py kea_connector3.py endif