]> 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:39 +0000 (14:23 +0000)
commitab820f612152d85102837e9d2d63c49242e8999e
tree6f287832fe3e1c9000d3339b2a7d3b6cc073074f
parentdab6ddc3227bf5b895dfcc3cda05f81229ddac0c
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