From: wolf Date: Mon, 13 Dec 1999 08:42:14 +0000 (+0000) Subject: Modify vpath for multithreading. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7fbaeeeb50c9e76451db4254d4c46433da8dcf4;p=dealii-svn.git Modify vpath for multithreading. git-svn-id: https://svn.dealii.org/trunk@2048 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/Make.global_options.in b/deal.II/common/Make.global_options.in index f58ddf8d03..25ead69ecd 100644 --- a/deal.II/common/Make.global_options.in +++ b/deal.II/common/Make.global_options.in @@ -93,5 +93,7 @@ ifneq ($(with-multithreading),no) LIBPATH += -L$(ACE_ROOT)/ace CXXFLAGS.g += -DDEAL_II_USE_MT CXXFLAGS.o += -DDEAL_II_USE_MT + + vpath %.a $(ACE_ROOT) endif