X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=mop%2FMakefile;h=222a3f1e7508ab63019a544c669a3efe19c2164a;hb=12b46a86b8a21c64593eaad279a633bc467667a9;hp=f2e4256664300eafbb1ac28dc6dd0b9559fc452c;hpb=c6deb2fe1815c209891e1b25d8e8ecdadb901181;p=eval.git diff --git a/mop/Makefile b/mop/Makefile index f2e4256..222a3f1 100644 --- a/mop/Makefile +++ b/mop/Makefile @@ -2,9 +2,12 @@ # (c) 2008 Martin Mares DIRS+=mop -PROGS+=$(addprefix $(o)/mop/,md5crypt) -$(o)/mop/md5crypt: $(o)/mop/md5crypt.o $(LIBUCW) +include $(s)/mop/admin/Makefile +include $(s)/mop/eval/Makefile +include $(s)/mop/public/Makefile +include $(s)/mop/score/Makefile -CONFIGS+=mop +CONFIGS+=mop userlist run/cf/mop: $(o)/mop/mop.cf +run/cf/userlist: $(o)/mop/userlist.cf