Changeset 81384b in git for Makefile.am


Ignore:
Timestamp:
Feb 13, 2013, 4:27:51 PM (10 years ago)
Author:
Yue Ren <ren@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
5417fff5d4d977443ea13f49a1da1d9de9a2a171
Parents:
26b71347b556b24c26b980182b98e5bd3b5dc27b
git-author:
Yue Ren <ren@mathematik.uni-kl.de>2013-02-13 16:27:51+01:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-03-14 15:32:21+01:00
Message:
new: newest version of callgfanlib package as master branch

also includes minor changes in bigintmat to allow empty matrices
and a new function which returns the regular print output as char*
(necessary for the print routines of the convex objects)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r26b713 r81384b  
    22
    33if ENABLE_FACTORY
    4   USE_FACTORY = factory 
     4  USE_FACTORY = factory
    55else
    66  USE_FACTORY =
    77endif
    8  
    9 PACKAGES=findexec omalloc $(USE_FACTORY) libpolys kernel numeric Singular IntegerProgramming dyn_modules
     8
     9PACKAGES=findexec omalloc $(USE_FACTORY) libpolys kernel numeric Singular IntegerProgramming dyn_modules gfanlib
    1010
    1111SUBDIRS=$(PACKAGES)
Note: See TracChangeset for help on using the changeset viewer.