]> rtime.felk.cvut.cz Git - frescor/fwp.git/blobdiff - fwp/Makefile.omk
Reject contracts with zero period and budget
[frescor/fwp.git] / fwp / Makefile.omk
index 39ca654c8445577dd9b23066632bedfb03dbe20a..a987518ac42ddf5ee85a7b836dc212dcabb99e52 100644 (file)
@@ -1,2 +1,6 @@
-#SUBDIRS = $(ALL_OMK_SUBDIRS)
-SUBDIRS = ulut lib mngr 
+default_CONFIG = CONFIG_FWP=y
+
+ifeq ($(CONFIG_FWP),y)
+SUBDIRS = lib mngr
+CFLAGS+= -Wall -Wextra -D_REENTRANT
+endif