]> 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:36:03 +0000 (18:36 +0000)
commitc17dd59d63444f2b547b2a406151c27fe13802de
tree8a59ef590142d2518e0a012dfe0c69c9c7a91ef7
parent09ebbb85c679cb45bad5c96d9425ad6b12c68ab5
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 882f21c5bc242e83c1bb6bc33a2373f80ce9cfe1)
main/Makefile