Changeset 1a1f34b in git for Singular/Makefile.am


Ignore:
Timestamp:
Oct 14, 2015, 3:37:33 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '91e5db82acc17434e4062bcfa44e6efa7d41fd30')
Children:
a311b308796b46b4d4f62c4adfb1226432365f62
Parents:
20a02439b361225625d282efe4ba0927de9c71cc
Message:
removed unsed files, fixed make_tar.sh and make dist
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.am

    r20a0243 r1a1f34b  
    207207
    208208singularlibrarydir = ${datadir}/singular
    209 singularlibrary = $(SLIB0:%=LIB/%) $(SLIB1:%=LIB/%) $(PLIBS:%=LIB/%)
     209singularlibrary = $(SLIB0:%=LIB/%) $(SLIB1:%=LIB/%) $(PLIBS:%=LIB/%) $(SLIB2:%=LIB/%)
    210210nobase_dist_singularlibrary_DATA = LIB/tst.lib LIB/help.cnf ${singularlibrary}
    211 EXTRA_DIST = make_alllib.sh LIB/all.lib.tmpl singular-libs \
    212              LIB/help.cnf links/slInit_Dynamic.cc
     211EXTRA_DIST = grammar.y libparse.ll make_alllib.sh LIB/all.lib.tmpl \
     212             singular-libs LIB/help.cnf LIB/.singularrc LIB/COPYING \
     213             links/slInit_Dynamic.cc
    213214
    214215singularalllibrarydir = ${datadir}/singular/LIB
Note: See TracChangeset for help on using the changeset viewer.