Skip to content

Commit 103f55c

Browse files
committed
Makefile fixes for json
1 parent 1393525 commit 103f55c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Release/src/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ LIBRARY=libcasablanca.so
33
SOURCES = \
44
streams/linux/fileio_linux.cpp \
55
json/json.cpp \
6+
json/json_parsing.cpp \
7+
json/json_serialization.cpp \
68
utilities/asyncrt_utils.cpp \
79
pplx/pplx.cpp \
810
pplx/threadpool.cpp \
@@ -51,7 +53,6 @@ HEADERS = \
5153
../include/cpprest/producerconsumerstream.h \
5254
../include/cpprest/rawptrstream.h \
5355
../include/cpprest/json.h \
54-
../include/cpprest/log.h \
5556
../include/pplx/pplxconv.h \
5657
../include/pplx/pplxlinux.h \
5758
../include/pplx/pplxinterface.h \
@@ -126,6 +127,6 @@ $(LIBRARY_DST): $(OBJECTS)
126127
#-include $(DEPS)
127128

128129
clean:
129-
rm $(OBJECTS) $(PRECOMPILED_HEADERS) $(LIBRARY)
130+
rm $(OBJECTS) $(PRECOMPILED_HEADERS) $(LIBRARY) $(CPP_DEPENDENCIES)
130131

131132
.SILENT:clean

0 commit comments

Comments
 (0)