1 ## Process this file with automake to produce Makefile.in
5 -I../../Server/include \
6 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
7 -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
10 bin_PROGRAMS = plaqui-client
12 plaqui_client_SOURCES = main.cpp \
24 plaqui_client_LDADD = @PACKAGE_LIBS@ ../../Server/src/server.a -lsocket++