mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
9 lines
167 B
Makefile
9 lines
167 B
Makefile
# additional include paths necessary to compile the C++ library
|
|
AM_CXXFLAGS = -I$(top_srcdir)/lib
|
|
AM_LDFLAGS = -L$(top_builddir)/lib
|
|
|
|
#
|
|
# Test code
|
|
#
|
|
include Make.inc
|