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