Commit d1f2f1f2b9b11d892048b5869dd0d966e8ae6d50
1 parent
70a9de5e
Exists in
master
and in
5 other branches
Ajustes para empacotamento.
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
src/libpw3270cpp/classlib.cbp
@@ -37,6 +37,7 @@ | @@ -37,6 +37,7 @@ | ||
37 | <Unit filename="Makefile.in" /> | 37 | <Unit filename="Makefile.in" /> |
38 | <Unit filename="exception.cc" /> | 38 | <Unit filename="exception.cc" /> |
39 | <Unit filename="local.cc" /> | 39 | <Unit filename="local.cc" /> |
40 | + <Unit filename="module.cc" /> | ||
40 | <Unit filename="private.h" /> | 41 | <Unit filename="private.h" /> |
41 | <Unit filename="remote.cc" /> | 42 | <Unit filename="remote.cc" /> |
42 | <Unit filename="session.cc" /> | 43 | <Unit filename="session.cc" /> |
src/libpw3270cpp/module.cc
@@ -46,7 +46,7 @@ | @@ -46,7 +46,7 @@ | ||
46 | 46 | ||
47 | #endif | 47 | #endif |
48 | 48 | ||
49 | -#include <pw3270/class.h> | 49 | +#include <pw3270cpp.h> |
50 | 50 | ||
51 | /*---[ Implement ]----------------------------------------------------------------------------------*/ | 51 | /*---[ Implement ]----------------------------------------------------------------------------------*/ |
52 | 52 |