X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/bb95c06ba5fa63ab90ee148ab8a6e009226a53cf..31a4d1fea320e59487fa28bbb406ee50d4e7ec76:/Server/src/Makefile.am diff --git a/Server/src/Makefile.am b/Server/src/Makefile.am index 7b874b5..7238456 100644 --- a/Server/src/Makefile.am +++ b/Server/src/Makefile.am @@ -50,6 +50,8 @@ plaqui_server_SOURCES = \ httpresponse.cpp \ plant.cpp \ receiver.cpp \ + response.cpp \ + response_parser.cpp \ runnable.cpp \ server.cpp \ string.cpp \ @@ -66,6 +68,7 @@ plaqui_server_SOURCES = \ httpresponse.h \ plant.h \ receiver.h \ + response.h \ runnable.h \ server.h \ string.h \ @@ -84,6 +87,8 @@ libplaquiserver_a_SOURCES = \ httpresponse.cpp \ plant.cpp \ receiver.cpp \ + response.cpp \ + response_parser.cpp \ runnable.cpp \ server.cpp \ string.cpp \