symbian-qemu-0.9.1-12/model-libraries/Makefile
branchgraphics-phase-3
changeset 112 b6c206049d8a
parent 108 ae83407e7b6a
child 113 b842c0cb760e
--- a/symbian-qemu-0.9.1-12/model-libraries/Makefile	Wed Sep 22 15:40:40 2010 +0100
+++ b/symbian-qemu-0.9.1-12/model-libraries/Makefile	Wed Sep 22 17:06:27 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