Ignore:
Timestamp:
Feb 2, 2017, 3:21:44 PM (7 years ago)
Author:
Erik M. Bray <erik.bray@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
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/Order/Makefile.am

    r3b7b36 rf6e134  
    2626Order_la_CPPFLAGS  = ${MYINCLUDES} ${P_PROCS_CPPFLAGS_COMMON}
    2727Order_la_LDFLAGS   = ${AM_LDFLAGS} ${P_PROCS_MODULE_LDFLAGS} ${GOOGLE_PERFTOOL_LDFLAGS} $(SINGULAR_LDFLAGS)
     28if SING_WIN
     29if !SI_BUILTIN_ORDER
    2830Order_la_LIBADD    = ${top_builddir}/Singular/libSingular.la
     31endif
     32endif
    2933
    3034# AM_COLOR_TESTS=always
Note: See TracChangeset for help on using the changeset viewer.