1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

Out of source compile now working

This commit is contained in:
Peter Boyle
2015-05-15 12:21:40 +01:00
parent f92fda0cfd
commit a98f3e0f5e
3 changed files with 2 additions and 120 deletions

View File

@ -1,6 +1,6 @@
# additional include paths necessary to compile the C++ library
AM_CXXFLAGS = -I$(top_srcdir)/lib
AM_LDFLAGS = -L$(top_srcdir)/lib
AM_LDFLAGS = -L$(top_builddir)/lib
#
# Test code