]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blob - Client/src/Makefile.am
* Se agrega vista del drenaje e imagenes
[z.facultad/75.42/plaqui.git] / Client / src / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 INCLUDES = \
4         -I../include \
5         -I../../Server/include \
6         -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
7         -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
8         @PACKAGE_CFLAGS@
9
10 bin_PROGRAMS = plaqui-client 
11
12 plaqui_client_SOURCES = main.cpp \
13                                                                                                 principal.cpp \
14                                                                                                 dlg_conectar.cpp \
15                                                                                                 item.cpp \
16                                                                                                 item_pump.cpp \
17                                                                                                 item_codo.cpp \
18                                                                                                 item_conduct.cpp \
19                                                                                                 item_exclusa.cpp \
20                                                                                                 item_tank.cpp \
21                                                                                                 item_union.cpp \
22                                                                                                 item_drain.cpp
23
24 plaqui_client_LDADD = @PACKAGE_LIBS@ ../../Server/src/server.a -lsocket++ 
25
26