From: Jérémie Galarneau Date: Wed, 26 Jan 2022 22:37:32 +0000 (-0500) Subject: Build fix: hashtable: hashtable.cpp does not exist X-Git-Tag: v2.13.4~1 X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=fa21437937767f81e2068cd411dfca563f70b982 Build fix: hashtable: hashtable.cpp does not exist Signed-off-by: Jérémie Galarneau Change-Id: I26df82f015c23673a56fd7a684b3bbb1f2df9b16 --- diff --git a/src/common/hashtable/Makefile.am b/src/common/hashtable/Makefile.am index 25d0e4d48..a36b4802e 100644 --- a/src/common/hashtable/Makefile.am +++ b/src/common/hashtable/Makefile.am @@ -8,7 +8,7 @@ libhashtable_lgpl_la_SOURCES = \ utils.h libhashtable_gpl_la_SOURCES = \ - hashtable.cpp \ + hashtable.c \ hashtable.h \ hashtable-symbols.h