]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Client/src/Makefile.am
- Se mejora el manejo de errores (excepciones) en los tests (y en algunas otras
[z.facultad/75.42/plaqui.git] / Client / src / Makefile.am
index e47e463b926c01efd6389b4ade011da42f4c2c96..f41c909820e9578c98184f84c39d508c5c6e4866 100644 (file)
@@ -11,7 +11,10 @@ bin_PROGRAMS = plaqui-client
 
 plaqui_client_SOURCES = main.cpp \
                                                                                                principal.cpp \
 
 plaqui_client_SOURCES = main.cpp \
                                                                                                principal.cpp \
-                                                                                               dlg_conectar.cpp
+                                                                                               dlg_conectar.cpp \
+                                                                                               item.cpp \
+                                                                                               item_bomba.cpp \
+                                                                                               item_codo.cpp
 
 plaqui_client_LDADD = @PACKAGE_LIBS@ ../../Server/src/server.a -lsocket++ 
 
 
 plaqui_client_LDADD = @PACKAGE_LIBS@ ../../Server/src/server.a -lsocket++