Changeset 772990 in git


Ignore:
Timestamp:
Feb 22, 2012, 8:18:39 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
260672366116e9f5c3b19013786b1955f55cd47a
Parents:
762407dfdd4ce18e60ae114357800624f0b09308
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-22 20:18:39+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 20:35:09+01:00
Message:
fix the package install

FIX: install all needed headers (e.g. for linking dynamic modules),
FIX: kernel/mod2.h is public and must be installed (among others)
CHG: don't install Singular/version.h
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.am

    r762407 r772990  
    153153   table.h \
    154154   tok.h \
    155    version.h \
    156155   walk.h
     156
    157157
    158158nodist_libSingular_la_SOURCES = mpsr_Tok.inc iparith.inc plural_cmd.inc
    159159nodist_libSingular_g_la_SOURCES = mpsr_Tok.inc iparith.inc plural_cmd.inc
     160
     161noinst_HEADERS = version.h
     162
    160163
    161164libSingular_includedir = ${includedir}/singular/Singular/
  • kernel/Makefile.am

    r762407 r772990  
    5252libkernel_g_la_SOURCES = $(SOURCES)
    5353
    54 KERNELHEADERS = polys.h hutil.h stairc.h ideals.h \
     54KERNELHEADERS = mod2.h polys.h hutil.h stairc.h ideals.h \
    5555        structs.h \
    5656        syz.h \
  • libpolys/misc/Makefile.am

    r762407 r772990  
    2222
    2323libmisc_includedir = $(includedir)/singular/misc
    24 libmisc_include_HEADERS = mylimits.h options.h intvec.h int64vec.h
     24libmisc_include_HEADERS = mylimits.h options.h intvec.h int64vec.h auxiliary.h
    2525
    2626nodist_libmisc_la_SOURCES   = auxiliary.h
  • omalloc/Makefile.am

    r762407 r772990  
    3232libomalloc_g_la_SOURCES=$(SOURCES) $(noinst_HEADERS)
    3333
    34 nodist_libomalloc_la_SOURCES = omConfig.h mylimits.h omalloc.h omTables.inc omTables.h
    35 nodist_libomalloc_g_la_SOURCES = omConfig.h omalloc.h omTables.inc omTables.h
     34nodist_libomalloc_la_SOURCES = omTables.inc omTables.h mylimits.h
     35nodist_libomalloc_g_la_SOURCES = omTables.inc omTables.h mylimits.h
     36
     37nodist_libomalloc_include_HEADERS = omConfig.h mylimits.h omTables.h
    3638
    3739### NOTE: "_g" (debug) means full library
Note: See TracChangeset for help on using the changeset viewer.