## 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 \ principal.cpp \ dlg_conectar.cpp plaqui_client_LDADD = @PACKAGE_LIBS@ ../../Server/src/server.a -lsocket++