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:
10
src/external/libSpinValve/classes/Makefile.am
vendored
10
src/external/libSpinValve/classes/Makefile.am
vendored
@@ -65,13 +65,3 @@ uninstall-hook:
|
||||
rm -f $(libdir)/libPSpinValve.so
|
||||
endif
|
||||
|
||||
# define default xml install
|
||||
xmldir = $(HOME)/.musrfit/external
|
||||
xml_DATA = ../test/spinValve_startup.xml
|
||||
|
||||
instal-xml_DATA: $(xml_DATA)
|
||||
$(INSTALL_DATA) '$(xml_DATA)' '$(xmldir)'
|
||||
|
||||
uninstal-xml_DATA: $(xml_DATA)
|
||||
$(RM) '$(xml_DATA)' '$(xmldir)'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user