Changeset 17bdb2 in git for libpolys


Ignore:
Timestamp:
Oct 30, 2013, 4:53:02 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
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
Location:
libpolys
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/Makefile.am

    r97a3b2 r17bdb2  
    2727
    2828# libcoeffs_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
    29 libcoeffs_la_LDFLAGS    = -release ${PACKAGE_VERSION}
     29### libcoeffs_la_LDFLAGS    = -release ${PACKAGE_VERSION}
    3030
    3131
  • libpolys/polys/Makefile.am

    r97a3b2 r17bdb2  
    152152libpolys_la_CPPFLAGS = ${NODEBUGDEFS} ${AM_CPPFLAGS}
    153153
    154 libpolys_la_LDFLAGS    = -release ${PACKAGE_VERSION}
     154### libpolys_la_LDFLAGS    = -release ${PACKAGE_VERSION}
    155155
    156156
  • libpolys/reporter/Makefile.am

    r97a3b2 r17bdb2  
    3232# libreporter_g_la_SOURCES = $(SOURCES)
    3333
    34 libreporter_la_LDFLAGS    = -release ${PACKAGE_VERSION}
     34## libreporter_la_LDFLAGS    = -release ${PACKAGE_VERSION}
    3535
    3636libreporter_includedir  =$(includedir)/singular/reporter
Note: See TracChangeset for help on using the changeset viewer.