Changeset adb2ed in git for libpolys/coeffs/Makefile.am


Ignore:
Timestamp:
May 11, 2011, 5:43:14 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
e432a0567954893b1c33d7a9943e9921184cefef
Parents:
45e35b62b6f04314377865c4eb8cad555c42f584
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-05-11 17:43:14+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:04+01:00
Message:
Fixes to allow out-of-tree compilation

- Add $(top_builddir)/.. to INCLUDES in various places
- Set CFLAGS, etc. for tests in omalloc/configure.ac to find omalloc-header-files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/Makefile.am

    r45e35b radb2ed  
    2020        mpr_complex.h mpr_global.h
    2121
    22 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${srcdir} ${GMP_CFLAGS} ${NTL_CFLAGS}
     22INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${GMP_CFLAGS} ${NTL_CFLAGS}
    2323
    2424SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.