mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Hadrons: build system fix
This commit is contained in:
parent
78198d1b04
commit
56a8d7a5bc
@ -3,16 +3,14 @@ AM_LDFLAGS = -L$(top_builddir)/lib
|
||||
|
||||
bin_PROGRAMS = Hadrons
|
||||
|
||||
# general sources
|
||||
include modules.inc
|
||||
|
||||
Hadrons_SOURCES = \
|
||||
$(modules) \
|
||||
Application.cc \
|
||||
Environment.cc \
|
||||
Global.cc \
|
||||
Hadrons.cc \
|
||||
Module.cc
|
||||
|
||||
# modules
|
||||
include modules.inc
|
||||
Hadrons_SOURCES += $(modules)
|
||||
|
||||
Hadrons_LDADD = -lGrid
|
||||
|
Loading…
Reference in New Issue
Block a user