diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index a0e9cabf..28763dfc 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -46,7 +46,12 @@ SUBDIRS = picohttpparser | |||
46 | 46 | ||
47 | np_test_scripts = tests/test_check_swap.t | 47 | np_test_scripts = tests/test_check_swap.t |
48 | 48 | ||
49 | EXTRA_DIST = t tests $(np_test_scripts) check_swap.d check_dbi.d | 49 | EXTRA_DIST = t \ |
50 | tests \ | ||
51 | $(np_test_scripts) \ | ||
52 | check_swap.d \ | ||
53 | check_dbi.d \ | ||
54 | check_ssh.d | ||
50 | 55 | ||
51 | PLUGINHDRS = common.h | 56 | PLUGINHDRS = common.h |
52 | 57 | ||