Changeset 55b6460 in git for Singular/Makefile.am


Ignore:
Timestamp:
Jan 8, 2014, 11:42:18 AM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
  • Singular/Makefile.am

    r2f67434 r55b6460  
    33GIT_VERSION := $(shell $(top_srcdir)/git-version-gen $(top_srcdir)/.tarball-git-version)
    44
    5 AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/numeric -I${top_builddir}/numeric -I${top_srcdir}/kernel -I${top_builddir}/kernel -I${top_srcdir}/libpolys -I${top_builddir}/libpolys $(GMP_CFLAGS) -I${top_srcdir}/factory/include -I${top_builddir}/factory/include $(FACTORY_CFLAGS) $(NTL_CFLAGS) $(FLINT_CFLAGS) -DHAVE_CONFIG_H  -DGIT_VERSION='"$(GIT_VERSION)"'
     5AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/numeric -I${top_builddir}/numeric -I${top_srcdir}/kernel -I${top_builddir}/kernel -I${top_srcdir}/libpolys -I${top_builddir}/libpolys $(GMP_CFLAGS) -I${top_srcdir}/factory/include -I${top_builddir}/factory/include $(FACTORY_CFLAGS) $(NTL_CFLAGS) $(FLINT_CFLAGS)   -DGIT_VERSION='"$(GIT_VERSION)"'
    66
    77if HAVE_GFANLIB
Note: See TracChangeset for help on using the changeset viewer.