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