From: Mathieu Desnoyers Date: Wed, 19 Jan 2022 16:35:20 +0000 (-0500) Subject: Move utils_expand_path and utils_expand_path_keep_symlink to libpath.la X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;ds=sidebyside;h=4971b7f0243bd3a7a661bcf1cfe95f0f8014b59b;hp=4971b7f0243bd3a7a661bcf1cfe95f0f8014b59b;p=lttng-tools.git Move utils_expand_path and utils_expand_path_keep_symlink to libpath.la Move the GPLv2 helper functions utils_expand_path and utils_expand_path_keep_symlink to libpath.la. This will allow utils.cpp to be relicensed to LGPLv2.1 by making sure EfficiOS owns the copyright for the entire source file. Statically include libpath.la into libcommon-gpl.la. The "lttng" executable is GPLv2 and only depends on libcommon-lgpl.la, so it needs to explicitly list libpath.la as its dependency. Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau Change-Id: I2108e0bd35ce75797d4a20e65891c820a1dd79f8 ---