Changeset 17bdb2 in git for Singular/Makefile.am


Ignore:
Timestamp:
Oct 30, 2013, 4:53:02 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
e2202ee4bfb3235cfdcca62732bb001f5dbcf2a3
Parents:
97a3b29af19d9306f2a6faa7827929ad6afeb992
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-10-30 16:53:02+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-10-30 18:50:28+01:00
Message:
Don't use -release PKG_VER for all libraries
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.am

    r97a3b2 r17bdb2  
    207207# nodist_libSingular_g_la_SOURCES = iparith.inc
    208208
    209 libSingular_la_LDFLAGS    =  -release ${PACKAGE_VERSION} ${AM_LDFLAGS} ${EMBED_PYOBJECT} \
     209# -release ${PACKAGE_VERSION}
     210libSingular_la_LDFLAGS    = ${AM_LDFLAGS} ${EMBED_PYOBJECT} \
    210211-lnumeric -lkernel -lpolys -lcoeffs -lreporter -lmisc \
    211212$(FACTORY_LIBS) -lomalloc -lresources $(FLINT_LIBS) $(NTL_LIBS) $(GMP_LIBS) ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD}
Note: See TracChangeset for help on using the changeset viewer.