X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fshell%2FMakefile;h=62ecb96891900f061d4db540dd0ac514a8f26a34;hb=05ffab94be8da943cffb8fb30d7073ab78aef94c;hp=d45895acfd561cb183d5f03404a5afd28ad3baea;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;p=libucw.git diff --git a/ucw/shell/Makefile b/ucw/shell/Makefile index d45895ac..62ecb968 100644 --- a/ucw/shell/Makefile +++ b/ucw/shell/Makefile @@ -1,12 +1,13 @@ # Support routines for shell scripts DIRS+=ucw/shell -UCW_SHELL_PROGS=$(addprefix $(o)/ucw/shell/,config logger) +UCW_SHELL_PROGS=$(addprefix $(o)/ucw/shell/,config logger logoutput) PROGS+=$(UCW_SHELL_PROGS) DATAFILES+=$(o)/ucw/shell/libucw.sh $(o)/ucw/shell/config: $(o)/ucw/shell/config.o $(LIBUCW) $(o)/ucw/shell/logger: $(o)/ucw/shell/logger.o $(LIBUCW) +$(o)/ucw/shell/logoutput: $(o)/ucw/shell/logoutput.o $(LIBUCW) TESTS+=$(addprefix $(o)/ucw/shell/,config.test)