Clean up Makefile.am
- 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.