Commit 843e7485556751556cf3104665423d78e9dc7121
1 parent
917d3180
Exists in
master
and in
5 other branches
Incluindo arquivos do módulo de transferência de arquivos no sdk.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
Makefile.in
... | ... | @@ -364,6 +364,8 @@ install-sdk: |
364 | 364 | @$(INSTALL_DATA) src/include/lib3270/actions.h $(DESTDIR)/$(includedir)/lib3270 |
365 | 365 | @$(INSTALL_DATA) src/include/lib3270/action_table.h $(DESTDIR)/$(includedir)/lib3270 |
366 | 366 | @$(INSTALL_DATA) src/include/lib3270/trace.h $(DESTDIR)/$(includedir)/lib3270 |
367 | + @$(INSTALL_DATA) src/include/lib3270/charset.h $(DESTDIR)/$(includedir)/lib3270 | |
368 | + @$(INSTALL_DATA) src/include/lib3270/filetransfer.h $(DESTDIR)/$(includedir)/lib3270 | |
367 | 369 | |
368 | 370 | @$(MKDIR) $(DESTDIR)$(includedir)/pw3270 |
369 | 371 | @$(INSTALL_DATA) src/include/pw3270/v3270.h $(DESTDIR)/$(includedir)/pw3270 | ... | ... |