Commit f6d91715a8327e8af8a9f69422de876c00ce9cc4
1 parent
8ea0b845
Exists in
master
and in
5 other branches
Ajustes para facilitar a utilização da biblioteca de apoio.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
pw3270.spec.in
@@ -486,7 +486,7 @@ rm -rf %{buildroot} | @@ -486,7 +486,7 @@ rm -rf %{buildroot} | ||
486 | %{_libdir}/lib@PACKAGE@.so | 486 | %{_libdir}/lib@PACKAGE@.so |
487 | %{_libdir}/pkgconfig/@PACKAGE@.pc | 487 | %{_libdir}/pkgconfig/@PACKAGE@.pc |
488 | 488 | ||
489 | -%{_libdir}/@PACKAGE@cpp.a | 489 | +%{_libdir}/lib@PACKAGE@cpp.a |
490 | %{_includedir}/@PACKAGE@cpp.h | 490 | %{_includedir}/@PACKAGE@cpp.h |
491 | 491 | ||
492 | %dir %{_datadir}/@PACKAGE@/sample | 492 | %dir %{_datadir}/@PACKAGE@/sample |
src/classlib/Makefile.in
@@ -25,7 +25,7 @@ | @@ -25,7 +25,7 @@ | ||
25 | # | 25 | # |
26 | 26 | ||
27 | PACKAGE=@PACKAGE_NAME@ | 27 | PACKAGE=@PACKAGE_NAME@ |
28 | -LIBNAME=$(PACKAGE)cpp.a | 28 | +LIBNAME=lib$(PACKAGE)cpp.a |
29 | 29 | ||
30 | #---[ Sources ]---------------------------------------------------------------- | 30 | #---[ Sources ]---------------------------------------------------------------- |
31 | 31 |