diff --git a/src/json/Makefile b/src/json/Makefile index 0baca83..1988c17 100644 --- a/src/json/Makefile +++ b/src/json/Makefile @@ -7,4 +7,4 @@ INC += pv/json.h LIBSRCS += parsehelper.cpp LIBSRCS += parseany.cpp LIBSRCS += parseinto.cpp -LIBSRCS += print.cpp +LIBSRCS += jprint.cpp diff --git a/src/json/print.cpp b/src/json/jprint.cpp similarity index 100% rename from src/json/print.cpp rename to src/json/jprint.cpp