Changeset bba099 in git


Ignore:
Timestamp:
Jul 1, 2014, 3:57:09 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
02defa68b782a08ab330bc5f935a6bb79c6b7939a33be22758b3f3bf40bc27d6fc504cb2487a4322
Parents:
491e80d5863c880870541275ea8e25bc3775e67c
Message:
BS: try for a correct order or libs, clean up singular-libs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/singular-libs

    r491e80 rbba099  
    4343SLIB1 = classifyceq.lib classifyci.lib classify_aeq.lib \
    4444        dmodloc.lib divisors.lib \
    45         ehv.lib ffsolve.lib decomp.lib template.lib \
     45        ffsolve.lib decomp.lib template.lib \
    4646        findifs.lib finitediff.lib \
    4747        gitfan.lib \
  • m4/options.m4

    r491e80 rbba099  
    266266    CFLAGS="$CFLAGS ${FACTORY_INCLUDES}"
    267267    CXXFLAGS="$CXXFLAGS ${FACTORY_INCLUDES}"
    268     LIBS="$LIBS ${FACTORY_LIBS}"
     268    LIBS="${FACTORY_LIBS} $LIBS"
    269269 
    270270    AC_CHECK_HEADERS([factory/factory.h],,AC_MSG_WARN([trusting the factory locations given: ${FACTORY_INCLUDES}]))
Note: See TracChangeset for help on using the changeset viewer.