X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=fbae3c538d28498d8c0240ee449af17dccca1816;hb=1720c3b23dc805b9af4862a09b0d2f17859b9999;hp=a9e357236156d0376d251390e1f3ee4b2876377e;hpb=5eb325f067c58ce40f4676cb367c1881bd57d924;p=moe.git diff --git a/Makefile b/Makefile index a9e3572..fbae3c5 100644 --- a/Makefile +++ b/Makefile @@ -32,5 +32,9 @@ ifdef CONFIG_SUBMIT include $(s)/submit/Makefile endif +ifdef CONFIG_MOP +include $(s)/mop/Makefile +endif + # And finally the default rules of the build system include $(s)/build/Makebottom