diff options
author | Daniel Baumann <daniel@debian.org> | 2011-08-08 20:27:39 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-08-08 20:27:39 +0200 |
commit | 5b9c2c23df24e75a61cace8e26e36dbff2aae707 (patch) | |
tree | 8d45c0f992ec27b3d4109c86696bbb6ebce25d12 /Makefile | |
parent | eedfa8e5ce995c22a6ba25e4cbb700a718c08df6 (diff) | |
download | vyos-live-build-5b9c2c23df24e75a61cace8e26e36dbff2aae707.tar.gz vyos-live-build-5b9c2c23df24e75a61cace8e26e36dbff2aae707.zip |
Adding share/hooks to toplevel makefile so that it's included in the test suite.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ SHELL := sh -e LANGUAGES = $(shell cd manpages/po && ls) -SCRIPTS = cgi/* cron/* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/* +SCRIPTS = cgi/* cron/* functions/* examples/*/*.sh examples/auto/* scripts/*.sh scripts/*/* share/hooks/* all: build |