From fa21437937767f81e2068cd411dfca563f70b982 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 26 Jan 2022 17:37:32 -0500 Subject: [PATCH] Build fix: hashtable: hashtable.cpp does not exist MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: I26df82f015c23673a56fd7a684b3bbb1f2df9b16 --- src/common/hashtable/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1