Commit e21f5563324a53a20bd16319c374471745df2b67

Authored by Perry Werneck
1 parent 8ff9f390

Ajustes para empacotamento

pw3270.cbp
... ... @@ -467,6 +467,7 @@
467 467 <Unit filename="src/pw3270/v3270/hostselect.c">
468 468 <Option compilerVar="CC" />
469 469 </Unit>
  470 + <Unit filename="src/pw3270/v3270/hostselect.h" />
470 471 <Unit filename="src/pw3270/v3270/iocallback.c">
471 472 <Option compilerVar="CC" />
472 473 </Unit>
... ...
src/include/pw3270/v3270.h
... ... @@ -32,7 +32,6 @@
32 32 #ifndef V3270_H_INCLUDED
33 33  
34 34 #include <gtk/gtk.h>
35   - #include <lib3270/config.h>
36 35 #include <lib3270.h>
37 36 #include <lib3270/popup.h>
38 37 #include <lib3270/filetransfer.h>
... ...
src/pw3270/v3270/hostselect.h
... ... @@ -29,7 +29,7 @@
29 29  
30 30 #ifndef V3270HOST_H_INCLUDED
31 31  
32   - #include <lib3270/config.h>
  32 + #include <config.h>
33 33 #define ENABLE_NLS
34 34  
35 35 #ifndef GETTEXT_PACKAGE
... ...