]> rtime.felk.cvut.cz Git - frescor/frsh.git/blob - Makefile.omk
Added some documentation + cleanup
[frescor/frsh.git] / Makefile.omk
1 default_CONFIG = CONFIG_FRSH_FORB=y
2
3 ifeq ($(CONFIG_FRSH_FORB),y)
4
5 SUBDIRS=tests
6
7 shared_LIBRARIES = frsh
8
9 frsh_SOURCES = forb_contract.c frsh_contract.c
10 frsh_CLIENT_IDL = forb_contract_idl.idl
11
12 include_HEADERS = forb_contract.h frsh_opaque_types.h idl_native.h
13
14 include_GEN_HEADERS = forb_contract_idl.h
15 endif