mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 03:05:55 +01:00
6 lines
161 B
Makefile
6 lines
161 B
Makefile
# additional include paths necessary to compile the C++ library
|
|
SUBDIRS = lib benchmarks tests
|
|
|
|
AM_CXXFLAGS += -I$(top_builddir)/include
|
|
ACLOCAL_AMFLAGS = -I m4
|