Changeset 38750a in git for dyn_modules/bigintm


Ignore:
Timestamp:
Mar 19, 2014, 8:15:36 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fb036e76ce9df79bac9d8b045ed2dee38b69a463
Parents:
37e66f95be01e9f3d6e938257173798bc6a8dabe
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-19 20:15:36+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-19 21:44:56+01:00
Message:
Minor BS cleanup: no need in -I${srcdir} and -I${builddir} in CPPFLAGS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/bigintm/Makefile.am

    r37e66f r38750a  
    99endif
    1010
    11 MYINCLUDES =  -I${top_srcdir} -I${top_builddir} -I${srcdir} \
     11MYINCLUDES =  -I${top_srcdir} -I${top_builddir} \
    1212-I${top_srcdir}/libpolys -I${top_builddir}/libpolys \
    1313$(FACTORY_INCLUDES) $(RESOURCES_INCLUDES) $(OMALLOC_INCLUDES) \
Note: See TracChangeset for help on using the changeset viewer.