Commit 3f48f0aaea44d7c32d64ad846d930f92c0237fb9
1 parent
4742630d
Exists in
master
and in
5 other branches
Incluindo arquivo que faltava no sdk.
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
Makefile.in
... | ... | @@ -367,6 +367,7 @@ install-sdk: |
367 | 367 | @$(INSTALL_DATA) src/include/lib3270/charset.h $(DESTDIR)/$(includedir)/lib3270 |
368 | 368 | @$(INSTALL_DATA) src/include/lib3270/filetransfer.h $(DESTDIR)/$(includedir)/lib3270 |
369 | 369 | @$(INSTALL_DATA) src/include/lib3270/log.h $(DESTDIR)/$(includedir)/lib3270 |
370 | + @$(INSTALL_DATA) src/include/lib3270/session.h $(DESTDIR)/$(includedir)/lib3270 | |
370 | 371 | |
371 | 372 | @$(MKDIR) $(DESTDIR)$(includedir)/pw3270 |
372 | 373 | @$(INSTALL_DATA) src/include/pw3270/v3270.h $(DESTDIR)/$(includedir)/pw3270 | ... | ... |
src/include/lib3270/session.h