From: wolf Date: Mon, 13 Dec 1999 08:35:48 +0000 (+0000) Subject: Add ace to libpath. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=384161e3a2da98e77e0ef60b25eb7ceb3ae58341;p=dealii-svn.git Add ace to libpath. git-svn-id: https://svn.dealii.org/trunk@2047 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index 2aa4321b35..f58ddf8d03 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -90,6 +90,7 @@ endif ifneq ($(with-multithreading),no) ACE_ROOT = $(with-multithreading) INCLUDE += -I$(ACE_ROOT) + LIBPATH += -L$(ACE_ROOT)/ace CXXFLAGS.g += -DDEAL_II_USE_MT CXXFLAGS.o += -DDEAL_II_USE_MT endif