mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01: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
|
bin_PROGRAMS = Hadrons
|
||||||
|
|
||||||
# general sources
|
include modules.inc
|
||||||
|
|
||||||
Hadrons_SOURCES = \
|
Hadrons_SOURCES = \
|
||||||
|
$(modules) \
|
||||||
Application.cc \
|
Application.cc \
|
||||||
Environment.cc \
|
Environment.cc \
|
||||||
Global.cc \
|
Global.cc \
|
||||||
Hadrons.cc \
|
Hadrons.cc \
|
||||||
Module.cc
|
Module.cc
|
||||||
|
|
||||||
# modules
|
|
||||||
include modules.inc
|
|
||||||
Hadrons_SOURCES += $(modules)
|
|
||||||
|
|
||||||
Hadrons_LDADD = -lGrid
|
Hadrons_LDADD = -lGrid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user