]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Client/src/Makefile.am
* Se agrega un Tanque al ejemplo, y ANDA!!!!
[z.facultad/75.42/plaqui.git] / Client / src / Makefile.am
index d4c08fe063d08b6b2f2e08750c3e65bcd0cc6794..a2f4a9394e8673a987dd80346442da1ca7f9257a 100644 (file)
@@ -1,13 +1,16 @@
 ## Process this file with automake to produce Makefile.in
 
 INCLUDES = \
 ## Process this file with automake to produce Makefile.in
 
 INCLUDES = \
+       -I../include \
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
        @PACKAGE_CFLAGS@
 
 bin_PROGRAMS = plaqui-client 
 
        -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
 
 plaqui_client_LDADD = @PACKAGE_LIBS@
 
 
 plaqui_client_LDADD = @PACKAGE_LIBS@