removed automatic default installation of startup.xml's since they needed to be edited anyway manually to be adopted to the problem under consideration.
This commit is contained in:
9
src/external/Nonlocal/Makefile.am
vendored
9
src/external/Nonlocal/Makefile.am
vendored
@@ -68,12 +68,3 @@ uninstall-hook:
|
||||
rm -f $(libdir)/libPNL_PippardFitter.so
|
||||
endif
|
||||
|
||||
xmldir = $(HOME)/.musrfit/external
|
||||
xml_DATA = nonlocal_startup.xml
|
||||
|
||||
install-xml_DATA: $(xml_DATA)
|
||||
$(INSTALL_DATA) '$(xml_DATA)' '$xmldir'
|
||||
|
||||
uninstall-xml_DATA: $(xml_DATA)
|
||||
$(RM) '$(xml_DATA)' '$xmldir'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user