]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/shell/Makefile
Opt: Deleted extra newlines after failure messages
[libucw.git] / ucw / shell / Makefile
index d45895acfd561cb183d5f03404a5afd28ad3baea..62ecb96891900f061d4db540dd0ac514a8f26a34 100644 (file)
@@ -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)