Index: app/Makefile
===================================================================
--- app/Makefile	(revision b2647ded51d1c3f8e4a856396ea16c7afd54b9e6)
+++ app/Makefile	(revision 20b4e44e7537762f6aceb72b039f6e8f8a50e201)
@@ -55,4 +55,6 @@
 .PHONY: components
 components:
+	cd $(SRC_DIR)/lib && make; cd $(CUR_DIR)
+	
 	@for cmp in $(COMPONENTS); do\
 		cd $(SRC_DIR)/$$cmp && make && make copy; cd $(CUR_DIR); \
