I couldn't find a simple how-to on adding a class to the build on the pages. For those unfamiliar it would save them some time. Can we add a small section to the C++ Building Pages section of http://qpid.apache.org/building.html
Link Title: Adding New Classes to the Build Content it links to: To add a new class to the C++ build the file name needs to be added to both the CMakeLists.txt and the Makefile.am file in the appropriate sections. E.g. adding a class to the C++ class to the client requires adding the .cpp file name to the qpidclient_SOURCES section in CMakeLists.txt and the libqpidclient_la_sources section in Makefile.am Best, William --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
