mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 04:37:05 +01:00
Fix a regression failure on Mobius; chroma regression added
This commit is contained in:
@ -1,5 +1,12 @@
|
||||
# additional include paths necessary to compile the C++ library
|
||||
|
||||
SUBDIRS =
|
||||
if BUILD_CHROMA_REGRESSION
|
||||
SUBDIRS+= qdpxx
|
||||
endif
|
||||
|
||||
AM_CXXFLAGS = -I$(top_srcdir)/lib
|
||||
AM_LDFLAGS = -L$(top_builddir)/lib
|
||||
|
||||
|
||||
include Make.inc
|
||||
|
Reference in New Issue
Block a user