]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Client/src/Makefile.am
Se agrega una mejora visual para poder ver los colores de todos
[z.facultad/75.42/plaqui.git] / Client / src / Makefile.am
index f41c909820e9578c98184f84c39d508c5c6e4866..c2e20b437c68ba7db03cdfa0d0f0ba2338717f22 100644 (file)
@@ -13,9 +13,14 @@ plaqui_client_SOURCES = main.cpp \
                                                                                                principal.cpp \
                                                                                                dlg_conectar.cpp \
                                                                                                item.cpp \
-                                                                                               item_bomba.cpp \
-                                                                                               item_codo.cpp
+                                                                                               item_pump.cpp \
+                                                                                               item_codo.cpp \
+                                                                                               item_conduct.cpp \
+                                                                                               item_exclusa.cpp \
+                                                                                               item_tank.cpp \
+                                                                                               item_union.cpp \
+                                                                                               item_drain.cpp
 
-plaqui_client_LDADD = @PACKAGE_LIBS@ ../../Server/src/server.a -lsocket++ 
+plaqui_client_LDADD = @PACKAGE_LIBS@ ../../Server/src/libplaquiserver.a -lsocket++