From ba229f022ebd3f2e00aefd56631e1735071a379a Mon Sep 17 00:00:00 2001 From: nemu Date: Mon, 23 Mar 2009 18:48:08 +0000 Subject: [PATCH] added missing musrfit_startup.xml to install --- src/Makefile.musrfit | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.musrfit b/src/Makefile.musrfit index 42159753..a904c54e 100644 --- a/src/Makefile.musrfit +++ b/src/Makefile.musrfit @@ -98,4 +98,5 @@ $(OBJS): %.o: %.cpp install: all @echo "copy $(EXEC) to $(INSTALLPATH)" cp -p $(EXEC) $(INSTALLPATH) + cp -p musrfit_startup.xml $(INSTALLPATH)