X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/4675818d2893c57a409498cd39dba6f9c18b6fe9..9350f4883b2e1eb780bd3a30c801fe9eaaaf5f4f:/Client/src/Makefile.am diff --git a/Client/src/Makefile.am b/Client/src/Makefile.am index 686e912..a7d52bf 100644 --- a/Client/src/Makefile.am +++ b/Client/src/Makefile.am @@ -18,7 +18,8 @@ plaqui_client_SOURCES = main.cpp \ item_conduct.cpp \ item_exclusa.cpp \ item_tank.cpp \ - item_union.cpp + item_union.cpp \ + item_drain.cpp plaqui_client_LDADD = @PACKAGE_LIBS@ ../../Server/src/server.a -lsocket++