Commit dd435a978315ae10f4966c51bee138325b1317f8
1 parent
e6e9bc27
Exists in
master
and in
1 other branch
Fixing customized builds.
Showing
2 changed files
with
7 additions
and
7 deletions
Show diff stats
Makefile.in
... | ... | @@ -259,21 +259,21 @@ install-static: \ |
259 | 259 | # Install static PKG-CONFIG files |
260 | 260 | @mkdir -p $(DESTDIR)$(libdir)/pkgconfig |
261 | 261 | @$(INSTALL_DATA) \ |
262 | - $(LIBNAME)static.pc \ | |
263 | - $(DESTDIR)$(libdir)/pkgconfig/$(LIBNAME)static.pc | |
262 | + lib3270++static.pc \ | |
263 | + $(DESTDIR)$(libdir)/pkgconfig/lib3270++static.pc | |
264 | 264 | |
265 | 265 | install-dev: |
266 | 266 | |
267 | 267 | # Install SDK |
268 | 268 | @$(INSTALL_DATA) \ |
269 | - ../include/$(LIBNAME).h \ | |
270 | - $(DESTDIR)$(includedir)/$(LIBNAME).h | |
269 | + ../include/lib3270++.h \ | |
270 | + $(DESTDIR)$(includedir)/lib3270++.h | |
271 | 271 | |
272 | 272 | # Install PKG-CONFIG files |
273 | 273 | @mkdir -p $(DESTDIR)$(libdir)/pkgconfig |
274 | 274 | @$(INSTALL_DATA) \ |
275 | - $(LIBNAME).pc \ | |
276 | - $(DESTDIR)$(libdir)/pkgconfig/$(LIBNAME).pc | |
275 | + lib3270++.pc \ | |
276 | + $(DESTDIR)$(libdir)/pkgconfig/lib3270++.pc | |
277 | 277 | |
278 | 278 | |
279 | 279 | #---[ Misc Targets ]--------------------------------------------------------------------- | ... | ... |
lib3270++static.pc.in
... | ... | @@ -10,6 +10,6 @@ sdk_version=@LIB3270_SDK_VERSION@ |
10 | 10 | Name: @PACKAGE_NAME@ |
11 | 11 | Description: @PACKAGE_DESCRIPTION@ |
12 | 12 | Version: @PACKAGE_VERSION@ |
13 | -Libs: -L\@libdir@ -l3270++static @LIBSSL_LIBS@ @LIBICONV@ @INTL_LIBS@ | |
13 | +Libs: -L\@libdir@ -l@LIB3270_NAME@++static @LIBSSL_LIBS@ @LIBICONV@ @INTL_LIBS@ | |
14 | 14 | Cflags: -I@includedir@ |
15 | 15 | ... | ... |