mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
make: Add support for installation file type PKG_CONFIG
This commit is contained in:
parent
ad1cd39a0b
commit
05be1d8ead
4 changed files with 24 additions and 2 deletions
|
|
@ -479,6 +479,14 @@ BUILD_CRONTABDIR = $(TOPDIR)/cron.d
|
|||
INSTALLED_CRONTAB = $(addprefix $(INSTALL_CRONTABDIR)/,$(CRONTAB))
|
||||
endif
|
||||
|
||||
# -- PKG_CONFIG
|
||||
ifneq ($(TARGET),mingw)
|
||||
INSTALLATION_FILE_TYPES += PKG_CONFIG
|
||||
PKG_CONFIG += $(wildcard *.pc)
|
||||
BUILD_PKG_CONFIGDIR = $(MODDIR)/pkgconfig
|
||||
INSTALLED_PKG_CONFIG = $(addprefix $(INSTALL_PKG_CONFIGDIR)/,$(PKG_CONFIG))
|
||||
endif
|
||||
|
||||
# ==
|
||||
|
||||
ifeq ($(DEVELOPMENT),true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue