mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
6 lines
170 B
Makefile
6 lines
170 B
Makefile
# additional include paths necessary to compile the C++ library
|
|
SUBDIRS = lib benchmarks tests programs
|
|
|
|
AM_CXXFLAGS += -I$(top_builddir)/include
|
|
ACLOCAL_AMFLAGS = -I m4
|