1
0
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:
Antonin Portelli 2016-05-11 10:27:14 +01:00
parent 78198d1b04
commit 56a8d7a5bc

View File

@ -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