Build fix: hashtable: hashtable.cpp does not exist
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 26 Jan 2022 22:37:32 +0000 (17:37 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 26 Jan 2022 22:37:32 +0000 (17:37 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I26df82f015c23673a56fd7a684b3bbb1f2df9b16

src/common/hashtable/Makefile.am

index 25d0e4d48b228bfdb18bf416bd817e9e1735886c..a36b4802eb838389da454f166409155e39527725 100644 (file)
@@ -8,7 +8,7 @@ libhashtable_lgpl_la_SOURCES = \
        utils.h
 
 libhashtable_gpl_la_SOURCES = \
-       hashtable.cpp \
+       hashtable.c \
        hashtable.h \
        hashtable-symbols.h
 
This page took 0.024651 seconds and 4 git commands to generate.