Index: doc/theses/colby_parsons_MMAth/Makefile
===================================================================
--- doc/theses/colby_parsons_MMAth/Makefile	(revision 0faacb867f86336135d08deffdd0aa4911ee5e62)
+++ doc/theses/colby_parsons_MMAth/Makefile	(revision 512d937cbcad1544fc5483ea70f190769eb1fa16)
@@ -13,11 +13,12 @@
 ## Define the text source files.
 
-SOURCES = ${addsuffix .tex, \
-text/CFA_intro 				\
-text/actors				 	\
-text/frontpgs 				\
-text/CFA_concurrency 		\
-thesis 						\
-text/mutex_stmt				\
+SOURCES = ${addsuffix .tex, 	\
+	text/CFA_intro 				\
+	text/actors				 	\
+	text/frontpgs 				\
+	text/CFA_concurrency 		\
+	thesis 						\
+	text/mutex_stmt				\
+	text/channels				\
 }
 
@@ -39,4 +40,10 @@
 	figures/pykeCFABalance-Multi 	\
 	figures/nasusCFABalance-Multi 	\
+	figures/pyke_Aggregate_Lock_2 	\
+	figures/pyke_Aggregate_Lock_4 	\
+	figures/pyke_Aggregate_Lock_8 	\
+	figures/nasus_Aggregate_Lock_2 	\
+	figures/nasus_Aggregate_Lock_4 	\
+	figures/nasus_Aggregate_Lock_8 	\
 }
 
