X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/1a58ff524a145fed39424b8fb61116f8050a684a..b0a202776ab7634c206b495b42e20cfe6492e035:/Client/src/Makefile.am diff --git a/Client/src/Makefile.am b/Client/src/Makefile.am index d4c08fe..a7d52bf 100644 --- a/Client/src/Makefile.am +++ b/Client/src/Makefile.am @@ -1,14 +1,26 @@ ## Process this file with automake to produce Makefile.in INCLUDES = \ + -I../include \ + -I../../Server/include \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ @PACKAGE_CFLAGS@ bin_PROGRAMS = plaqui-client -plaqui_client_SOURCES = main.cpp +plaqui_client_SOURCES = main.cpp \ + principal.cpp \ + dlg_conectar.cpp \ + item.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@ +plaqui_client_LDADD = @PACKAGE_LIBS@ ../../Server/src/server.a -lsocket++