X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/1a58ff524a145fed39424b8fb61116f8050a684a..a0481d50f6da9cac5efd3502c3657b3fc461ec0d:/Client/src/Makefile.am diff --git a/Client/src/Makefile.am b/Client/src/Makefile.am index d4c08fe..f41c909 100644 --- a/Client/src/Makefile.am +++ b/Client/src/Makefile.am @@ -1,14 +1,21 @@ ## 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_bomba.cpp \ + item_codo.cpp -plaqui_client_LDADD = @PACKAGE_LIBS@ +plaqui_client_LDADD = @PACKAGE_LIBS@ ../../Server/src/server.a -lsocket++