]> rtime.felk.cvut.cz Git - frescor/fwp.git/blobdiff - fwp/Makefile.omk
Compile tests/ by default
[frescor/fwp.git] / fwp / Makefile.omk
index bb9c13b7fc11a8c891e6d2fe895683c858891d13..b51c919f7eaa39bf70469965b2d05c86efe36185 100644 (file)
@@ -1,2 +1,6 @@
-#SUBDIRS = $(ALL_OMK_SUBDIRS)
-SUBDIRS = lib mngr tests 
+default_CONFIG = CONFIG_FWP=y
+
+ifeq ($(CONFIG_FWP),y)
+SUBDIRS = lib mngr wme_test tests
+CFLAGS+= -Wall -Wextra -D_REENTRANT
+endif