Fixed the recursive building of musrfit in case only a subset of optional plug-ins is selected (make dist is not working at the moment)
This commit is contained in:
17
src/external/Makefile.am
vendored
17
src/external/Makefile.am
vendored
@ -1,5 +1,12 @@
|
||||
SUBDIRS = TFitPofB-lib \
|
||||
libLFRelaxation \
|
||||
libGapIntegrals \
|
||||
libCalcMeanFieldsLEM \
|
||||
Nonlocal
|
||||
if AS_OPT
|
||||
ASDIRS = Nonlocal
|
||||
endif
|
||||
|
||||
if BMW_OPT
|
||||
BMWDIRS = TFitPofB-lib \
|
||||
libLFRelaxation \
|
||||
libGapIntegrals \
|
||||
libCalcMeanFieldsLEM
|
||||
endif
|
||||
|
||||
SUBDIRS = $(ASDIRS) $(BMWDIRS)
|
||||
|
Reference in New Issue
Block a user