]> rtime.felk.cvut.cz Git - frescor/forb.git/blobdiff - src/Makefile.omk
Added possibility invoking remote methods on forb_orb interfaces
[frescor/forb.git] / src / Makefile.omk
index 337ff73bbf2712aa06991477f631567429dfaabb..1853c88fb34b88f871a58e671395a88e07c22c3a 100644 (file)
@@ -2,13 +2,14 @@ SUBDIRS = tests
 
 CFLAGS += -I.
 
-IDL_COMPILER += --pidl
+IDL_COMPILER += --pidl
 
 shared_LIBRARIES += forb
 forb_SOURCES = forb.c cdr.c sha1.c uuid.c iop.c proto.c syncobj.c      \
               request.c executor.c object.c peer.c port.c refcnt.c     \
               exec_req.c regref.c
-forb_CLIENT_IDL = types.idl iop-idl.idl
+forb_CLIENT_IDL = types.idl iop-idl.idl forb-idl.idl
+forb_SERVER_IDL = forb-idl.idl
 
 to_forb_subdir=$(1)->forb/$(strip $(1))
 
@@ -33,6 +34,7 @@ renamed_include_HEADERS += \
        $(call to_forb_subdir, uuid.h)
 
 renamed_include_GEN_HEADERS = \
+       $(call to_forb_subdir,forb-idl.h) \
        $(call to_forb_subdir,iop-idl.h) \
        $(call to_forb_subdir,types.h)