]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Client/src/Makefile.am
Se corrigen typos.
[z.facultad/75.42/plaqui.git] / Client / src / Makefile.am
index d4c08fe063d08b6b2f2e08750c3e65bcd0cc6794..5d24ed904c2b9671769631e0a11ec52de3db7497 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 \
+                                                                                               menu_bar.cpp \
+                                                                                               dlg_conectar.cpp
 
 plaqui_client_LDADD = @PACKAGE_LIBS@
 
 
 plaqui_client_LDADD = @PACKAGE_LIBS@