changeset 7:17e9e198afcc

Added plcore to list of subprojects in Makefile
author samer
date Thu, 09 Feb 2012 11:58:39 +0000
parents dec0bab6e38d
children c159901d0bbc
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Feb 02 00:31:15 2012 +0000
+++ b/Makefile	Thu Feb 09 11:58:39 2012 +0000
@@ -7,7 +7,7 @@
 # flags for install - BSD install seems to be different from GNU install
 export INSTALL_FLAGS='-bCS'
 
-PKGS="player hdplm plsc plumdrum plumbing hdpmusic reactive"
+PKGS="player hdplm plsc plumdrum plumbing hdpmusic reactive plcore"
 
 # ---------------- end of configuration ---------------