]> 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:43 +0000 (14:23 +0000)
commit7700534f176207c678387937280fd4f6f76168c9
treed25e1b116c33d53e7fa1431485ae4416270d4373
parent35a6c77b5fa3158bcbd2b731d21c92c47f228ec5
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