1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 20:57: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 022c12b8e4
commit 331f832c34
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