]> rtime.felk.cvut.cz Git - frescor/fwp.git/blobdiff - fwp/Makefile.omk
wme_test is compiled by default with FRSH
[frescor/fwp.git] / fwp / Makefile.omk
index 4715a38977c7ef1bd7c2b1305d230b913a80d477..186f16387432e0926a90941ae768847ae09924e3 100644 (file)
@@ -1 +1,6 @@
-SUBDIRS = $(ALL_OMK_SUBDIRS)
+default_CONFIG = CONFIG_FWP=y
+
+ifeq ($(CONFIG_FWP),y)
+SUBDIRS = lib mngr wme_test
+CFLAGS+= -Wall -Wextra -D_REENTRANT
+endif