Skip to content

Clean up Makefile.am

Leo P. Singer requested to merge leo-singer/bayeswave:cleanup-makefile-am into master
  • Remove pkg-config calls because flags for compiling and linking against LALSuite and other dependencies have been determined by the configure script.
  • Remove duplicate specification of libraries for programs. We set LDADD=libbayeswave.la to link all of the programs with the bayeswave shared library, and libtool is smart enough to know that we also need to link against all of the LALSuite libraries.

Merge request reports