]> rtime.felk.cvut.cz Git - frescor/fwp.git/commitdiff
wme_test is compiled by default with FRSH
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 11 Aug 2009 16:38:01 +0000 (18:38 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 11 Aug 2009 16:38:01 +0000 (18:38 +0200)
fwp/Makefile.omk

index a987518ac42ddf5ee85a7b836dc212dcabb99e52..186f16387432e0926a90941ae768847ae09924e3 100644 (file)
@@ -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