BUILD: fix UNBUNDLE, rm obsolete libtom references

This commit is contained in:
hasufell 2014-05-25 04:40:49 +02:00
parent fd0ba50c85
commit d274a1af03
1 changed files with 2 additions and 3 deletions

View File

@ -46,11 +46,10 @@ INCS = -I.
ifndef UNBUNDLE
LIBFLINT = ../external/flint-2.4.3/libflint.a
INCS += -I../external/libtommath-0.42.0 \
-I../external/libtompoly-0.04 \
-I../external/flint-2.4.3
INCS += -I../external/flint-2.4.3
else
LIBFLINT = -lflint
INCS += -I/usr/include/flint
endif