]> 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-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Tue, 10 Dec 2024 14:23:45 +0000 (14:23 +0000)
commit92f361c8262e9e87f5a5c04afc6098ca2e3d1ddc
treeccadaf952613868b7e6ce677735d7a1eb5b7c7f6
parentc157ee62f666a83d883a11cbb7cb684ed2d2320f
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