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