Commit 7ccfd9a3cfe3ed8d93ee4a736adc6438b67a3c59
1 parent
8ace8aef
Exists in
master
and in
5 other branches
Ajustes para empacotamento.
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
sdk/Makefile.in
... | ... | @@ -77,10 +77,11 @@ install-lib3270: \ |
77 | 77 | |
78 | 78 | install-pw3270: \ |
79 | 79 | $(foreach SRC, $(notdir $(wildcard $(BASEDIR)/src/include/pw3270/*.h)), $(DESTDIR)$(includedir)/pw3270/$(SRC)) \ |
80 | - $(DESTDIR)$(libdir)/pkgconfig/pw3270.pc \ | |
81 | 80 | $(DESTDIR)$(includedir)/pw3270.h \ |
82 | 81 | $(DESTDIR)$(includedir)/pw3270cpp.h \ |
83 | 82 | |
83 | + @$(INSTALL_DATA) pw3270.pc $(DESTDIR)$(libdir)/pkgconfig/$(PACKAGE_TARNAME).pc | |
84 | + | |
84 | 85 | $(SRCDIR)/sdk: \ |
85 | 86 | $(foreach SRC, $(notdir $(wildcard $(BASEDIR)/src/include/lib3270/*.h)), $(SRCDIR)/src/include/lib3270/$(SRC)) \ |
86 | 87 | $(foreach SRC, $(notdir $(wildcard $(BASEDIR)/src/include/pw3270/*.h)), $(SRCDIR)/src/include/pw3270/$(SRC)) \ | ... | ... |
sdk/pw3270.pc.in
... | ... | @@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@ |
3 | 3 | libdir=@libdir@ |
4 | 4 | includedir=@includedir@ |
5 | 5 | |
6 | -Name: pw3270 | |
6 | +Name: @PACKAGE_TARNAME@ | |
7 | 7 | Description: @PACKAGE@ GTK widgets and support calls for plugin development |
8 | 8 | Version: @PACKAGE_VERSION@ |
9 | 9 | Libs: -L\@libdir@ -l@PACKAGE_TARNAME@ | ... | ... |