1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00
Grid/tests/Makefile.am

6 lines
151 B
Makefile
Raw Normal View History

2015-04-18 14:55:00 +01:00
# additional include paths necessary to compile the C++ library
AM_CXXFLAGS = -I$(top_srcdir)/lib
2015-05-15 12:21:40 +01:00
AM_LDFLAGS = -L$(top_builddir)/lib
2015-04-18 14:55:00 +01:00
include Make.inc