From 9592e15e6009a672e754b32bf743c35b0e894e8c Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sat, 6 Jul 2013 22:40:16 +0200 Subject: add luasec-prosody --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d9429da..8b846e5 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,10 @@ SLNUNICODE = slnunicode-git LUAMD5 = lua-md5-git SWIG = swig-git +LUASEC = luasec-prosody-git # collections -PKGS = $(SLNUNICODE) $(LUAMD5) $(SWIG) +PKGS = $(SLNUNICODE) $(LUAMD5) $(SWIG) $(LUASEC) VERFY = $(PKGS:%=verify-%) SOURCE = $(PKGS:%=source-%) @@ -37,6 +38,7 @@ $(SOURCE): slnunicode: $(SLNUNICODE) luamd5: $(LUAMD5) swig: $(SWIG) +luasec: $(LUASEC) info: @echo settings: @@ -49,6 +51,6 @@ info: @echo "all verify source" @echo @echo package targets: - @echo "slnunicode" "luamd5" "swig" + @echo "slnunicode" "luamd5" "swig" "luasec" .PHONY: info all $(PKGS) clean $(VERFY) source $(SOURCE) -- cgit v1.2.3