]> 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 9066980555839792c4061958a0061aeda69a7218..a987518ac42ddf5ee85a7b836dc212dcabb99e52 100644 (file)
@@ -1,4 +1,6 @@
-SUBDIRS = libfwp tests 
-#SUBDIRS = libfwp tests ulut
+default_CONFIG = CONFIG_FWP=y
 
-#lib_LOADLIBES += ulut
+ifeq ($(CONFIG_FWP),y)
+SUBDIRS = lib mngr
+CFLAGS+= -Wall -Wextra -D_REENTRANT
+endif