Commit c4792ade540ba6cfcd55421df6f74bba62dad072

Authored by Perry Werneck
1 parent 2093d96d
Exists in master and in 1 other branch develop

Isolando configuração do aplicativo principal.

Showing 3 changed files with 3 additions and 2 deletions   Show diff stats
@@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
27 * 27 *
28 */ 28 */
29 29
30 - #include <lib3270/config.h> 30 + #include <config.h>
31 31
32 #define ENABLE_NLS 32 #define ENABLE_NLS
33 #define GETTEXT_PACKAGE PACKAGE_NAME 33 #define GETTEXT_PACKAGE PACKAGE_NAME
@@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
37 #include <lib3270.h> 37 #include <lib3270.h>
38 #include <lib3270/session.h> 38 #include <lib3270/session.h>
39 #include <lib3270/log.h> 39 #include <lib3270/log.h>
40 - #include <lib3270/config.h> 40 + #include <config.h>
41 #include <gtk/gtk.h> 41 #include <gtk/gtk.h>
42 #include <string.h> 42 #include <string.h>
43 #include <errno.h> 43 #include <errno.h>
@@ -28,6 +28,7 @@ @@ -28,6 +28,7 @@
28 */ 28 */
29 29
30 #include <gtk/gtk.h> 30 #include <gtk/gtk.h>
  31 +#include <config.h>
31 32
32 #define ENABLE_NLS 33 #define ENABLE_NLS
33 #define GETTEXT_PACKAGE PACKAGE_NAME 34 #define GETTEXT_PACKAGE PACKAGE_NAME