mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 11:30:36 +00:00
Not all the idls are used by the messaging service, this patch removes the auto-generated single include file that holds all the files and replaes it with individual include of the generated fiels. The patch does the following: * It removes from the auto-generated inc file and clean the configure.py from it. * It places an explicit include for each generated file in messaging_serivce. * It add dependency of the generated code in the idl-compiler, so a change in the compiler will trigger recreation of the generated files. Signed-off-by: Amnon Heiman <amnon@scylladb.com> Message-Id: <1453900241-13053-1-git-send-email-amnon@scylladb.com>