]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/blobdiff - src/forb/tests-idl/Makefile.omk
Fix Makefile to work with new OMK
[frescor/frsh-forb.git] / src / forb / tests-idl / Makefile.omk
index 0990c4292f6d762d0f629f352605880eaa7910c4..b770cf2b43fde9bbd9265f06d3d2c79585780b34 100644 (file)
@@ -2,13 +2,10 @@
 
 USER_IDLS += $(notdir $(wildcard $(SOURCES_DIR)/*.idl))
 
-library-pass_HOOKS = $(foreach idl,$(USER_IDLS),$(idl:%.idl=%.h))
-
 lib_LIBRARIES = forb-idl-tests
 # Test whether are the generated files compilable
-forb-idl-tests_GEN_SOURCES = $(addsuffix -skels.c,$(basename $(USER_IDLS))) \
-                            $(addsuffix -stubs.c,$(basename $(USER_IDLS))) \
-                            $(addsuffix -common.c,$(basename $(USER_IDLS)))
+forb-idl-tests_SERVER_IDL = $(USER_IDLS)
+forb-idl-tests_CLIENT_IDL = $(USER_IDLS)
 
 test_PROGRAMS += example_server
 INCLUDES += -I$(USER_OBJS_DIR)