Message ID | 20240528185354.224680-1-denkenz@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Commit | 59322e4d77ff88f0cd49310522211001a436c897 |
Headers | show |
Series | [1/2] build: link dundee with ell | expand |
Hello: This series was applied to ofono.git (master) by Denis Kenzior <denkenz@gmail.com>: On Tue, 28 May 2024 13:53:35 -0500 you wrote: > --- > Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [1/2] build: link dundee with ell https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=59322e4d77ff - [2/2] log: Use l_basename instead of basename https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=47165d458c32 You are awesome, thank you!
diff --git a/Makefile.am b/Makefile.am index 44fb7b1baef0..e60f4f2d2bee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -991,7 +991,7 @@ dundee_common_sources = $(gatchat_sources) \ dundee/dbus.c dundee/manager.c dundee/device.c dundee_dundee_LDADD = $(builtin_libadd) gdbus/libgdbus-internal.la \ - @GLIB_LIBS@ @DBUS_LIBS@ -ldl + $(ell_ldadd) @GLIB_LIBS@ @DBUS_LIBS@ -ldl if DATAFILES dist_dbusconf_DATA += dundee/dundee.conf