mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
Merge pull request #380 from vemakereporter/master
Fixed 1 missing dependency in Makefile
This commit is contained in:
commit
20cffa37a8
2
Makefile
2
Makefile
@ -104,7 +104,7 @@ $(UTILS_SHARED_VERSION): $(UTILS_OBJ)
|
|||||||
#cJSON
|
#cJSON
|
||||||
$(CJSON_OBJ): cJSON.c cJSON.h
|
$(CJSON_OBJ): cJSON.c cJSON.h
|
||||||
#cJSON_Utils
|
#cJSON_Utils
|
||||||
$(UTILS_OBJ): cJSON_Utils.c cJSON_Utils.h
|
$(UTILS_OBJ): cJSON_Utils.c cJSON_Utils.h cJSON.h
|
||||||
|
|
||||||
|
|
||||||
#links .so -> .so.1 -> .so.1.0.0
|
#links .so -> .so.1 -> .so.1.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user