Changeset 55b6460 in git for kernel


Ignore:
Timestamp:
Jan 8, 2014, 11:42:18 AM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
93410849245a328140884aeb7351c43bcca67b4d
Parents:
2f67434b2d4065786f3221f09116ce1ae996c410
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 11:42:18+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 15:56:28+01:00
Message:
Moved -DHAVE_CONFIG from Makefile.am: AM_CPPFLAGS into global compiler flags
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.am

    r2f67434 r55b6460  
    55libkerneldir = $(libdir)/singular
    66
    7 AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys $(GMP_CFLAGS) -I${top_srcdir}/factory/include -I${top_builddir}/factory/include $(FACTORY_CFLAGS) $(NTL_CFLAGS)  -DHAVE_CONFIG_H
     7AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys $(GMP_CFLAGS) -I${top_srcdir}/factory/include -I${top_builddir}/factory/include $(FACTORY_CFLAGS) $(NTL_CFLAGS) 
    88
    99SOURCES = polys.cc febase.cc feread.cc \
Note: See TracChangeset for help on using the changeset viewer.