]> 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:37 +0000 (14:23 +0000)
commit882f21c5bc242e83c1bb6bc33a2373f80ce9cfe1
treec920c7955757b71ab75a30cc178ed59089a49094
parent877449ddf5031997a19e32f7450c41550e3a36fa
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