Changeset 06f82a in git


Ignore:
Timestamp:
Feb 18, 2014, 5:13:14 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
cc9f0264331f7d920b8ce0ba935f94c5011614b9
Parents:
d835721c9d95954f663ddc0ecce015afe5bc5bca
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-02-18 17:13:14+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-02-18 17:39:31+01:00
Message:
Build bigintm dynamic module by default (not only for checking)

NOTE: bigintm is just an example for writing dynamic modules and Makefile.am for them (which will not be installed by 'make install')
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/bigintm/Makefile.am

    rd83572 r06f82a  
    44
    55if ENABLE_P_PROCS_DYNAMIC
    6 #  noinst_LTLIBRARIES=bigintm.la
    7   check_LTLIBRARIES=bigintm.la
     6  noinst_LTLIBRARIES=bigintm.la
     7#  check_LTLIBRARIES=bigintm.la
    88 
    99endif
Note: See TracChangeset for help on using the changeset viewer.