]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/src/Makefile.am
faltaba un barra n
[z.facultad/75.42/plaqui.git] / Server / src / Makefile.am
index 7b874b5ac10bfe0cb3ab4f257ebee969b65bec28..5e1cc84f259826100acc7ca0bb7662bdd9ce31de 100644 (file)
@@ -28,7 +28,7 @@
 INCLUDES = \
        -I../include \
        -I../../Model/include \
-       -DDEBUG \
+##     -DDEBUG \
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
        @PACKAGE_CFLAGS@
@@ -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 \