Configuration of BES Modules: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
(Created page with "Under construction 11/20/14 Use the 'modules' branch of 'bes' For each module to be added: * check it out in the bes/modules dir using "submodule add <github repo>" * Add it...")
(No difference)

Revision as of 21:04, 20 November 2014

Under construction 11/20/14

Use the 'modules' branch of 'bes'

For each module to be added:

  • check it out in the bes/modules dir using "submodule add <github repo>"
  • Add it to modules/Makefile.am
  • Hack the module's configure.ac so that CPPFLAGS contains "-I$(top_srcdir)/dispatch -I$(top_srcdir)/dap $DAP_CFLAGS" if the automake conditional 'DAP_MODULES' is true. Also hack LIBADD...