Changeset f4cb99a in git for libpolys/polys


Ignore:
Timestamp:
Mar 12, 2013, 7:05:59 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
4d80e2b63af0be1df1b5f738f801b3803f647097ed29fb4605d820ab1aafd221b2254f3a72ef4c3c
Parents:
0d59f940f7bd554d0901c32cd18bec68448e0782
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-03-12 19:05:59+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-03-13 00:31:03+01:00
Message:
Updating the BS + search pathes for better binary distribution (due to Hans)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/Makefile.am

    r0d59f94 rf4cb99a  
    122122
    123123
    124 moduledir = $(bindir)
    125 #moduledir = $(libexecdir)/singular/MOD/
     124# moduledir = $(bindir)
     125moduledir = $(libexecdir)/singular/MOD/
    126126
    127127if ENABLE_P_PROCS_DYNAMIC
    128   module_LTLIBRARIES=p_Procs_FieldGeneral.la p_Procs_FieldIndep.la p_Procs_FieldQ.la p_Procs_FieldZp.la ${MOD_G}
     128  module_LTLIBRARIES=p_Procs_FieldGeneral.la p_Procs_FieldIndep.la p_Procs_FieldQ.la p_Procs_FieldZp.la
     129 
     130if WANT_DEBUG
     131  module_LTLIBRARIES+=p_Procs_FieldGeneral_g.la p_Procs_FieldIndep_g.la p_Procs_FieldQ_g.la p_Procs_FieldZp_g.la
     132endif
     133
    129134endif
    130135
Note: See TracChangeset for help on using the changeset viewer.