Commit 8ff9f3907c457839cbda94329d2be969412b1cf0

Authored by Perry Werneck
1 parent bee63c8c

Ajustes para empacotamento.

rpm/pw3270.spec
... ... @@ -199,8 +199,6 @@ export FFLAGS="$RPM_OPT_FLAGS"
199 199  
200 200 %configure --with-release=%{release}
201 201  
202   -cat src/include/lib3270/config.h
203   -
204 202 %build
205 203 make clean
206 204 make all
... ...
sdk/Makefile.in
... ... @@ -93,7 +93,7 @@ $(SRCDIR)/sdk: \
93 93 @$(MKDIR) $@
94 94 @$(INSTALL_DATA) *.in $@
95 95  
96   - @$(INSTALL_DATA) $(BASEDIR)/src/include/lib3270/*.in $(SRCDIR)/src/include/lib3270
  96 + @$(INSTALL_DATA) $(BASEDIR)/src/include/*.in $(SRCDIR)/src/include
97 97  
98 98  
99 99  
... ...
src/libpw3270cpp/private.h
... ... @@ -31,6 +31,7 @@
31 31  
32 32 #define PRIVATE_H_INCLUDED
33 33  
  34 + #include <config.h>
34 35 #include <cstring>
35 36 #include <pw3270cpp.h>
36 37  
... ...