Commit d1f2f1f2b9b11d892048b5869dd0d966e8ae6d50

Authored by Perry Werneck
1 parent 70a9de5e

Ajustes para empacotamento.

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