mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
b99f2279c3
Conflicts: Makefile.in
4 lines
126 B
Makefile
4 lines
126 B
Makefile
# additional include paths necessary to compile the C++ library
|
|
AM_CXXFLAGS = -I$(top_srcdir)/
|
|
SUBDIRS = lib tests benchmarks
|