Changeset 0f3867 in git


Ignore:
Timestamp:
Jun 2, 2014, 11:04:28 AM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
a742eb2f5317bb1343b57ae262e2578f432ed212
Parents:
68e8ddfaf4c44baab2c1a43c6fa8f1d9a2002746
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-06-02 11:04:28+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-06-02 11:07:08+02:00
Message:
Fixed the target path for the rest of public kernel headers
Location:
kernel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kernel/numeric/Makefile.am

    r68e8dd r0f3867  
    88libnumeric_la_SOURCES=mpr_base.cc mpr_inout.cc mpr_numeric.cc
    99
    10 libnumeric_la_includedir=$(includedir)/singular/numeric
     10libnumeric_la_includedir=$(includedir)/singular/kernel/numeric
    1111libnumeric_la_include_HEADERS=mpr_base.h mpr_inout.h mpr_numeric.h
    1212
  • kernel/oswrapper/Makefile.am

    r68e8dd r0f3867  
    77liboswrapper_la_SOURCES=feread.cc fereadl.c timer.cc rlimit.c
    88
    9 liboswrapper_la_includedir=$(includedir)/singular/owrapper
     9liboswrapper_la_includedir=$(includedir)/singular/kernel/owrapper
    1010liboswrapper_la_include_HEADERS=feread.h timer.h rlimit.h
    1111
  • kernel/sample/Makefile.am

    r68e8dd r0f3867  
    77libsample_la_SOURCES=sample.cc
    88
    9 # libsample_la_includedir=$(includedir)/singular/sample
     9# libsample_la_includedir=$(includedir)/singular/kernel/sample
    1010# libsample_la_include_HEADERS=sample.h
    1111
Note: See TracChangeset for help on using the changeset viewer.