mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Build: Add separate header install/uninstall targets
Two new Makefile targets have been added... "install-headers" and "uninstall-headers" to separately control header installation. The existing behavior has not changed so "make install" and "make uninstall" will continue to also install/uninstall the headers. The new targets were added for forward compatibility with Asterisk 17 in which the headers are no longer installed/uninstalled with the "install" and "uninstall" targets. Also corrects an issue where /usr/include/asterisk.h was never being removed at all. Change-Id: Ia7399f3a0203a4825fc4a9f43b9034dae9a2b643
This commit is contained in:
9
doc/CHANGES-staging/install_headers.txt
Normal file
9
doc/CHANGES-staging/install_headers.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Subject: Build
|
||||
|
||||
Two new Makefile targets have been added... "install-headers" and
|
||||
"uninstall-headers" to separately control header installation.
|
||||
The existing behavior has not changed so "make install" and
|
||||
"make uninstall" will continue to also install/uninstall the headers.
|
||||
The new targets were added for forward compatibility with Asterisk 17
|
||||
in which the headers are no longer installed/uninstalled with the
|
||||
"install" and "uninstall" targets.
|
Reference in New Issue
Block a user