Add example which uses the frame api through the library
diff --git a/Makefile b/Makefile
index ac48b65..ce5e9fc 100644
--- a/Makefile
+++ b/Makefile
@@ -118,6 +118,7 @@
 	@cd test; $(MAKE)
 
 streaming-examples:
+	cd lib; $(MAKE) -e
 	cd examples; $(MAKE) -e test
 
 prg-travis: