]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/src/Makefile
Pocos cambios a la vista del "usuario":
[z.facultad/75.42/plaqui.git] / Server / src / Makefile
index 0403d202f29b01d97b47805830f1c4a326419260..2337cb442dfa3967ea55c5cd537b386e71930b4e 100644 (file)
@@ -46,6 +46,10 @@ string_h=$(INCLUDE_DIR)/string.h
 objects+=string.o
 string.o: $(string_h) string.cpp
 
+httperror_h=$(INCLUDE_DIR)/httperror.h
+objects+=httperror.o
+httperror.o: $(httperror_h) httperror.cpp
+
 httpheaders_h=$(string_h) $(INCLUDE_DIR)/httpheaders.h
 objects+=httpheaders.o
 httpheaders.o: $(httpheaders_h) httpheaders.cpp
@@ -62,7 +66,7 @@ command_h=$(string_h) $(httprequest_h) $(INCLUDE_DIR)/command.h
 objects+=command.o
 command.o: $(command_h) command.cpp
 
-httpresponse_h=$(string_h) $(httpmessage_h) $(INCLUDE_DIR)/httprequest.h
+httpresponse_h=$(string_h) $(httperror_h) $(httpmessage_h) $(INCLUDE_DIR)/httprequest.h
 objects+=httpresponse.o
 httpresponse.o: $(httpresponse_h) httpresponse.cpp