symbian-qemu-0.9.1-12/model-libraries/Makefile
branchgraphics-phase-3
changeset 114 19c4533e1567
parent 113 b842c0cb760e
parent 94 c5cd29a4600d
child 115 7fc47a6656f3
--- a/symbian-qemu-0.9.1-12/model-libraries/Makefile	Wed Sep 22 20:10:53 2010 +0100
+++ b/symbian-qemu-0.9.1-12/model-libraries/Makefile	Fri Sep 24 13:30:20 2010 +0100
@@ -14,7 +14,7 @@
 .phony: all clean install distclean
 
 # Append new model library dirs here.
-subdirs := syborg-graphicswrapper/
+subdirs := nvmemmory syborg-graphicswrapper
 
 all clean install distclean:
 	for d in $(subdirs); do $(MAKE) -C $$d $@; done