FIXED Makefiles so that the NeXus support will not be built if it has not been enabled during the configure stage

This commit is contained in:
Bastian M. Wojek
2011-04-12 09:53:26 +00:00
parent 201808b055
commit f471eb2efe
4 changed files with 8 additions and 7 deletions

View File

@@ -1,9 +1,13 @@
## Process this file with automake to create Makefile.in
if PNEXUS_ENABLED
PNEXUSDIRS = external/nexus
endif
SUBDIRS = external/TLemRunHeader \
external/MuSR_software \
external/mud \
external/nexus \
$(PNEXUSDIRS) \
classes \
external