From 384161e3a2da98e77e0ef60b25eb7ceb3ae58341 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 13 Dec 1999 08:35:48 +0000 Subject: [PATCH] Add ace to libpath. git-svn-id: https://svn.dealii.org/trunk@2047 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/Make.global_options.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5