Changeset 557b87 in git


Ignore:
Timestamp:
Aug 1, 2019, 3:58:56 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
10ccdf4ec3a17fc1e6b47d06f9abf4565ae6334158603fd7faac3d049f61ca0b65d89e4be0a664f9
Parents:
45b4e701346a4c9ccf12f8060eafb21cd313f114
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-08-01 15:58:56+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-08-02 11:17:24+02:00
Message:
fix: make dist
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/python/Makefile.am

    r45b4e7 r557b87  
    5151python_moduledir =  ${datadir}/singular/LIB
    5252python_module_DATA = cart.py  interpreter.py  perf.py  symm.py  util.py
     53EXTRA_DIST=cart.py  interpreter.py  perf.py  symm.py  util.py
  • Singular/dyn_modules/systhreads/Makefile.am

    r45b4e7 r557b87  
    1818endif
    1919
    20 SOURCES = shared.cc lintree.cc bytebuf.cc thread.cc bytebuf.h lintree.h channel.h syncvar.h threadconf.h
     20SOURCES = shared.cc lintree.cc bytebuf.cc thread.cc bytebuf.h lintree.h channel.h syncvar.h threadconf.h thread.h singthreads.h
    2121systhreads_la_SOURCES   = $(SOURCES)
    2222systhreads_la_CPPFLAGS  = ${MYINCLUDES} ${P_PROCS_CPPFLAGS_COMMON}
  • factory/Makefile.am

    r45b4e7 r557b87  
    101101# factory header files
    102102factory_headers = \
     103                globaldefs.h \
    103104                cf_assert.h \
    104105                canonicalform.h \
     
    173174libfactory_includedir = ${includedir}/factory
    174175
    175 nodist_libfactory_include_HEADERS = factory.h factoryconf.h globaldefs.h
     176nodist_libfactory_include_HEADERS = factory.h factoryconf.h
    176177
    177178
Note: See TracChangeset for help on using the changeset viewer.