Commit 410180f401c7ff081b7c0eea3d0c137c901bf295
1 parent
d143f510
Exists in
master
and in
5 other branches
Incluindo actions.h e actions_table.h que faltavam no pacote devel
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
Makefile.in
... | ... | @@ -292,6 +292,8 @@ install-sdk: |
292 | 292 | @$(INSTALL_DATA) src/include/lib3270/config.h $(DESTDIR)/$(includedir)/lib3270 |
293 | 293 | @$(INSTALL_DATA) src/include/lib3270/selection.h $(DESTDIR)/$(includedir)/lib3270 |
294 | 294 | @$(INSTALL_DATA) src/include/lib3270/popup.h $(DESTDIR)/$(includedir)/lib3270 |
295 | + @$(INSTALL_DATA) src/include/lib3270/actions.h $(DESTDIR)/$(includedir)/lib3270 | |
296 | + @$(INSTALL_DATA) src/include/lib3270/action_table.h $(DESTDIR)/$(includedir)/lib3270 | |
295 | 297 | |
296 | 298 | @$(MKDIR) $(DESTDIR)$(includedir)/pw3270 |
297 | 299 | @$(INSTALL_DATA) src/include/pw3270/v3270.h $(DESTDIR)/$(includedir)/pw3270 | ... | ... |