]> rtime.felk.cvut.cz Git - frescor/frsh.git/blobdiff - fres/cbroker/Makefile.omk
fcb: Refactor resource reserve/commit
[frescor/frsh.git] / fres / cbroker / Makefile.omk
index 2d48ee612a78cbc9336cc269987193eb13dd53d2..dc2166fbe62e1e4c82aba509f43e4b4789826b94 100644 (file)
@@ -1,6 +1,8 @@
 bin_PROGRAMS += fcb
 
-fcb_SOURCES = fcb.c
+CFLAGS += --std=gnu99 #--save-temps
+
+fcb_SOURCES = fcb.c contract_log.c
 fcb_LIBS = contract fosa forb pthread rt ulut frm_client fra_client
 fcb_LIBS += frsh               # For frsh_strerror
 fcb_SERVER_IDL = fcb.idl
@@ -9,8 +11,10 @@ lib_LIBRARIES += fcb_client
 fcb_client_CLIENT_IDL = fcb.idl
 
 include_GEN_HEADERS += fcb.h
+include_HEADERS += fcb_contact_info.h
 
 default_CONFIG = CONFIG_FCB_INET=y
+default_CONFIG += CONFIG_FCB=y # Hack to let FORB automatically register reference to FCB.
 
 LOCAL_CONFIG_H = fcb_config.h