idlname = everything include $(top_srcdir)/test/cpp/Makefile.am_fragment SUBDIRS=generated # We don't have any client or server test code for this IDL yet: #noinst_PROGRAMS=client server # Server is linked with stubs and skels: #server_SOURCES= server.cc helloworld-impl.cc helloworld.idl helloworld-impl.h #server_LDADD= generated/libhelloworldSkels.a generated/libhelloworldStubs.a $(testcpp_libs) # Client is linked with stubs: #client_SOURCES= client.cc helloworld.idl #client_LDADD= generated/libhelloworldStubs.a $(testcpp_libs)