Removed the user-function dependency on libPMusr

It should now be possible to build a static version of musrfit and shared libraries for the user functions.
This is needed on systems which do not support linking static libraries to shared ones (like Cygwin).
These changes still need to be tested on Cygwin, especially with user functions implementing the "global interface".
This commit is contained in:
Bastian M. Wojek
2011-04-13 08:18:14 +00:00
parent f471eb2efe
commit 1024f5a28f
11 changed files with 20 additions and 19 deletions

View File

@ -808,6 +808,6 @@ AC_CONFIG_FILES([Makefile \
src/external/libGapIntegrals/Makefile \
src/external/libCalcMeanFieldsLEM/Makefile \
src/external/Nonlocal/Makefile \
src/external/MagProximity/Makefile])
src/external/MagProximity/Makefile])
AC_OUTPUT