Commit 4538d4f6fb2f2600d94ba27a5f9d6e9c7df5f261
1 parent
f0e2fc86
Exists in
master
Preparando para empacotamento
Showing
4 changed files
with
7 additions
and
4 deletions
Show diff stats
.gitignore
Makefile.in
pw3270d.cbp
src/private.h
... | ... | @@ -29,10 +29,10 @@ |
29 | 29 | #ifndef PRIVATE_H_INCLUDED |
30 | 30 | |
31 | 31 | #define PRIVATE_H_INCLUDED |
32 | + #include "config.h" | |
32 | 33 | |
33 | - #define ERROR_DOMAIN g_quark_from_static_string("pw3270DBUS") | |
34 | + #define ERROR_DOMAIN g_quark_from_static_string(PACKAGE_NAME) | |
34 | 35 | |
35 | - // #define HAVE_SYSLOG 1 | |
36 | 36 | #define PW3270_SERVICE_DBUS_SERVICE_PATH "/br/com/bb/pw3270/service" |
37 | 37 | #define PW3270_SERVICE_DBUS_SERVICE "br.com.bb.pw3270.service" |
38 | 38 | ... | ... |