1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Fixed compilation error in tests hadrons (capital letter in dir name)

This commit is contained in:
Guido Cossu 2017-01-17 11:00:54 +00:00
parent f8d11ff673
commit 7cf833dfe9

View File

@ -1,3 +1,3 @@
AM_LDFLAGS += -L../../extras/hadrons
AM_LDFLAGS += -L../../extras/Hadrons
include Make.inc