From: Michal Sojka Date: Tue, 11 Aug 2009 16:38:01 +0000 (+0200) Subject: wme_test is compiled by default with FRSH X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/fwp.git/commitdiff_plain/3979cdcc44fdf0fb2277990cbce8c8379f7df171?ds=sidebyside wme_test is compiled by default with FRSH --- diff --git a/fwp/Makefile.omk b/fwp/Makefile.omk index a987518..186f163 100644 --- a/fwp/Makefile.omk +++ b/fwp/Makefile.omk @@ -1,6 +1,6 @@ default_CONFIG = CONFIG_FWP=y ifeq ($(CONFIG_FWP),y) -SUBDIRS = lib mngr +SUBDIRS = lib mngr wme_test CFLAGS+= -Wall -Wextra -D_REENTRANT endif