Changeset b7d64b in git for libpolys/coeffs


Ignore:
Timestamp:
Nov 18, 2011, 7:40:58 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5acf7dca6b6eb7a36ab400997b08fd8c6a42a9fc
Parents:
ee668eff445bb4cf7e96d94673c39f627a30d232
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-18 19:40:58+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-06 21:09:33+01:00
Message:
adaptation/fix due to SW build system

FIX: don't distribute generated system-dependent headers
FIX: adaptation to FACTORY/include/factory/*

TODO: combine -I${abs_top_srcdir}/../factory/include -I${abs_top_builddir}/../factory/include into ${FACTORY_CFLAGS}
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/Makefile.am

    ree668e rb7d64b  
    2121#       mpr_complex.h mpr_global.h
    2222
    23 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${FACTORY_CFLAGS} ${GMP_CFLAGS} ${NTL_CFLAGS}
     23
     24INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} -I${top_srcdir}/../factory/include -I${top_builddir}/../factory/include ${FACTORY_CFLAGS} ${GMP_CFLAGS} ${NTL_CFLAGS}
    2425
    2526SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.