Merge "1. Create csdk/ocmalloc directory 2. Create ocmalloc.c and ocmalloc.h 3. Remov...
[platform/upstream/iotivity.git] / makefile
index 2a01111..f60fc1b 100644 (file)
--- a/makefile
+++ b/makefile
@@ -48,7 +48,7 @@ prep_dirs:
 c_sdk:
        cd csdk && $(MAKE) "BUILD=$(BUILD)"
 
-examples:
+examples: liboc.a
        cd examples && $(MAKE) "BUILD=$(BUILD)"
 
 liboc.a: OCPlatform.o OCResource.o OCUtilities.o InProcServerWrapper.o InProcClientWrapper.o