From: Wolfgang Bangerth Date: Mon, 13 Dec 1999 08:35:48 +0000 (+0000) Subject: Add ace to libpath. X-Git-Tag: v8.0.0~21313 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79ab0903f2f85ce771e7cdc7d85dc1f8f565d6be;p=dealii.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