Changeset 8bfb5a9 in git


Ignore:
Timestamp:
May 14, 2014, 5:35:25 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
854710f38f231c36592e81532dfd2507af0551b0
Parents:
b56955651d3126ed5cd4e6d7edad4bcdbb4515f5
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-14 17:35:25+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-26 19:09:37+02:00
Message:
Repaired dynamic Singulard
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.am

    rb569556 r8bfb5a9  
    148148########################### Singular* #########################
    149149
    150 EXTRA_PROGRAMS =  libparse Singulars
     150EXTRA_PROGRAMS =  libparse Singulard
    151151
    152152# the "optional_programs" variable should be defined in the configure
     
    162162Singular_LDADD = libSingular.la ${BUILTIN_FLAGS}
    163163
    164 Singular_LDFLAGS = -static ${BUILTIN_FLAGS}
    165 
    166 Singulars_SOURCES = tesths.cc mmalloc.cc fegetopt.c fegetopt.h utils.cc  utils.h
    167 
    168 Singulars_LDADD = libSingular.la ${BUILTIN_FLAGS}
    169 
    170 Singulars_LDFLAGS = -static ${AM_LDFLAGS} ${BUILTIN_FLAGS}
     164Singular_LDFLAGS = -static ${AM_LDFLAGS} ${BUILTIN_FLAGS}
     165
     166Singulard_SOURCES = tesths.cc mmalloc.cc fegetopt.c fegetopt.h utils.cc  utils.h
     167
     168Singulard_LDADD = libSingular.la ${BUILTIN_FLAGS}
     169
     170Singulard_LDFLAGS = -shared ${AM_LDFLAGS} ${BUILTIN_FLAGS}
    171171
    172172scriptdir = $(libexecdir)/singular/MOD
Note: See TracChangeset for help on using the changeset viewer.