Ignore:
Timestamp:
Feb 2, 2017, 3:21:44 PM (7 years ago)
Author:
Erik M. Bray <erik.bray@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
61fc1e3830fd4a8b592475b8c88639f3d860b87d
Parents:
3b7b3650a65b00ad55d99a0b87bca836c6c2879f
Message:
Make modules in dyn_modules require libSingular to be built first on
Windows only, and only for modules that are not being built as built-in
modules.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/singmathic/Makefile.am

    r3b7b36 rf6e134  
    2222singmathic_la_LDFLAGS  = ${P_PROCS_MODULE_LDFLAGS} ${MATHIC_LIBS} $(SINGULAR_LDFLAGS)
    2323
     24if SING_WIN
     25if !SI_BUILTIN_SINGMATHIC
     26 singmathic_la_LIBADD = ${top_srcdir}/Singular/libSingular.la
     27endif
     28endif
     29
    2430# AM_COLOR_TESTS=always
    2531#
Note: See TracChangeset for help on using the changeset viewer.