Changeset 1114d2 in git for configure.ac


Ignore:
Timestamp:
Feb 23, 2012, 8:17:38 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3b2b4c74c79cbeb064719df18592811f15cd811d
Parents:
74f51f261514079d9bce01fd1a8ffed4de458527
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 20:17:38+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 20:35:11+01:00
Message:
Dynamic modules: bigintm & syzextra will be built and can be tested with "make check"

add: makefile for bigintm & syzextra
chg: main configure/Makefile should know about these dynamic modules...
add: testing by running built Singular via shell scripts
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r74f51f r1114d2  
    136136AC_CONFIG_FILES([Singular/Makefile])
    137137AC_CONFIG_FILES([IntegerProgramming/Makefile])
     138AC_CONFIG_FILES([dyn_modules/Makefile])
     139AC_CONFIG_FILES([dyn_modules/bigintm/Makefile])
     140AC_CONFIG_FILES([dyn_modules/syzextra/Makefile])
    138141AC_CONFIG_FILES([libsingular-config])
    139142
Note: See TracChangeset for help on using the changeset viewer.