]> 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)
committerGeorge Joseph <gjoseph@sangoma.com>
Tue, 10 Dec 2024 14:23:40 +0000 (14:23 +0000)
commit9a1180c6af22f20bc9891986f77dc8eef72ec92b
tree55ee492f44de982ea455e7a788b3c9ed812d5fc6
parentced3b41327fd06b049061bcb6691926cf1359ac6
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.
main/Makefile