]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Allow C++ source files (as extension .cc) in the main directory
authorGeorge Joseph <gjoseph@sangoma.com>
Mon, 9 Dec 2024 19:54:53 +0000 (12:54 -0700)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 23 Jan 2025 18:42:28 +0000 (18:42 +0000)
commit0a5a6995afeb81481360dde33b078ffab739b733
treea2014aad8b61e1a686d0a0fbde6c98d9644b307d
parentb26b73790f453ec011e012a2529d5f541a0bca4d
Allow C++ source files (as extension .cc) in the main directory

Although C++ files (as extension .cc) have been handled in the module
directories for many years, the main directory was missing one line in its
Makefile that prevented C++ files from being recognised there.

(cherry picked from commit 9a1180c6af22f20bc9891986f77dc8eef72ec92b)
main/Makefile