From 8a00b0e000e6d63d5a09a808dcce8a0bed1e47cc Mon Sep 17 00:00:00 2001
From: sjplimp <sjplimp@f3b2605a-c512-4ea7-a41b-209d697bcdaa>
Date: Fri, 25 Jan 2013 16:33:21 +0000
Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9321
 f3b2605a-c512-4ea7-a41b-209d697bcdaa

---
 src/Makefile                | 6 +++---
 src/USER-COLVARS/Install.sh | 3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/Makefile b/src/Makefile
index ab016b177f..35a3e4814f 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -15,13 +15,13 @@ OBJ = 	$(SRC:.cpp=.o)
 
 PACKAGE = asphere class2 colloid dipole fld gpu granular kim \
 	  kspace manybody mc meam molecule opt peri poems reax replica \
-	  rigid shock srd xtc
+	  rigid shock srd voronoi xtc
 
 PACKUSER = user-misc user-atc user-awpmd user-cg-cmm user-colvars \
 	   user-cuda user-eff user-omp user-molfile user-reaxc user-sph
 
-PACKLIB = gpu kim meam poems reax user-atc user-awpmd user-colvars \
-	  user-cuda user-molfile
+PACKLIB = gpu kim meam poems reax voronoi \
+	  user-atc user-awpmd user-colvars user-cuda user-molfile
 
 PACKALL = $(PACKAGE) $(PACKUSER)
 
diff --git a/src/USER-COLVARS/Install.sh b/src/USER-COLVARS/Install.sh
index ad21cd182e..d9f3271a1c 100755
--- a/src/USER-COLVARS/Install.sh
+++ b/src/USER-COLVARS/Install.sh
@@ -1,6 +1,5 @@
 # Install/unInstall package files in LAMMPS
-# edit 2 Makefile.package files to include/exclude CUDA info
-# do not install child files if parent does not exist
+# edit 2 Makefile.package files to include/exclude package info
 
 if (test $1 = 1) then
 
-- 
GitLab