X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=mop%2FMakefile;h=414e1afa701236b719129e592a57ff8515b53cf4;hb=b6013d244489aca80a904755ec2531874361185c;hp=f2e4256664300eafbb1ac28dc6dd0b9559fc452c;hpb=c6deb2fe1815c209891e1b25d8e8ecdadb901181;p=moe.git diff --git a/mop/Makefile b/mop/Makefile index f2e4256..414e1af 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 mop/admin/Makefile +include mop/eval/Makefile +include mop/public/Makefile +include mop/score/Makefile -CONFIGS+=mop +CONFIGS+=mop userlist run/cf/mop: $(o)/mop/mop.cf +run/cf/userlist: $(o)/mop/userlist.cf