]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/src/Makefile
Se corrige un bug.
[z.facultad/75.42/plaqui.git] / Server / src / Makefile
index cac6988b1996f65f743c1eca604583c6c2348aa6..683723f899a16f627cbac9d2c09c7d9be4d322c1 100644 (file)
@@ -58,6 +58,10 @@ httprequest_h=$(string_h) $(httpmessage_h) $(INCLUDE_DIR)/httprequest.h
 objects+=httprequest.o
 httprequest.o: $(httprequest_h) httprequest.cpp
 
+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
 objects+=httpresponse.o
 httpresponse.o: $(httpresponse_h) httpresponse.cpp
@@ -74,7 +78,7 @@ serverconnection_h=$(connection_h) $(INCLUDE_DIR)/serverconnection.h
 objects+=serverconnection.o
 serverconnection.o: $(serverconnection_h) serverconnection.cpp
 
-controlclient_h=$(connection_h) $(INCLUDE_DIR)/controlclient.h
+controlclient_h=$(connection_h) $(command_h) $(INCLUDE_DIR)/controlclient.h
 objects+=controlclient.o
 controlclient.o: $(controlclient_h) controlclient.cpp