]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Makefile.am: Link libcommon with libmetric.
authorFlorian Forster <octo@google.com>
Mon, 10 Aug 2020 06:35:10 +0000 (08:35 +0200)
committerFlorian Forster <octo@google.com>
Mon, 10 Aug 2020 06:48:04 +0000 (08:48 +0200)
Makefile.am

index 70757a0eeb66dec533d60720f9b5ace07d4f27bf..2acd0f1468890b3003514305f2ae8bf42749cd61 100644 (file)
@@ -404,7 +404,7 @@ libavltree_la_SOURCES = \
 libcommon_la_SOURCES = \
        src/utils/common/common.c \
        src/utils/common/common.h
-libcommon_la_LIBADD = libstrbuf.la $(COMMON_LIBS)
+libcommon_la_LIBADD = libmetric.la libstrbuf.la $(COMMON_LIBS)
 
 libheap_la_SOURCES = \
        src/utils/heap/heap.c \