[Rinside-commits] r152 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon May 3 21:03:32 CEST 2010


Author: edd
Date: 2010-05-03 21:03:30 +0200 (Mon, 03 May 2010)
New Revision: 152

Modified:
   pkg/src/Makefile
   pkg/src/Makefile.win
Log:
also install RInsideConfig.h


Modified: pkg/src/Makefile
===================================================================
--- pkg/src/Makefile	2010-05-02 11:14:49 UTC (rev 151)
+++ pkg/src/Makefile	2010-05-03 19:03:30 UTC (rev 152)
@@ -62,7 +62,7 @@
 userLibrary : 		$(USERLIB) $(USERLIBST)
 			- at if test ! -e $(USERDIR)$(R_ARCH); then mkdir -p $(USERDIR)$(R_ARCH); fi
 			cp $(USERLIB) $(USERDIR)$(R_ARCH)
-			cp RInside.h MemBuf.h RInsideCommon.h Callbacks.h $(USERDIR)$(R_ARCH)
+			cp RInside.h MemBuf.h RInsideCommon.h RInsideConfig.h Callbacks.h $(USERDIR)$(R_ARCH)
 			cp $(USERLIBST) $(USERDIR)$(R_ARCH)
 			rm $(USERLIB) $(USERLIBST)
 

Modified: pkg/src/Makefile.win
===================================================================
--- pkg/src/Makefile.win	2010-05-02 11:14:49 UTC (rev 151)
+++ pkg/src/Makefile.win	2010-05-03 19:03:30 UTC (rev 152)
@@ -65,7 +65,7 @@
 userLibrary : 		$(USERLIB) $(USERLIBST)
 			- at if test ! -e $(USERDIR); then mkdir -p $(USERDIR); fi
 			cp $(USERLIB) $(USERDIR)
-			cp RInside.h MemBuf.h RInsideCommon.h Callbacks.h $(USERDIR)
+			cp RInside.h MemBuf.h RInsideCommon.h RInsideConfig.h Callbacks.h $(USERDIR)
 			cp $(USERLIBST) $(USERDIR)
 			rm $(USERLIB) $(USERLIBST)
 



More information about the Rinside-commits mailing list