From 509af4c66c0b6287ba281a2d1f01d69450f6109c Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Mon, 26 Dec 2016 17:23:11 +0100 Subject: build: link helper libs to libblogc_common.la --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index ba3f12a..622d43d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -117,6 +117,7 @@ libblogc_la_CFLAGS = \ libblogc_la_LIBADD = \ $(LIBM) \ + libblogc_common.la \ $(NULL) @@ -175,6 +176,7 @@ libblogc_git_receiver_la_CFLAGS = \ $(NULL) libblogc_git_receiver_la_LIBADD = \ + libblogc_common.la \ $(NULL) endif @@ -208,6 +210,7 @@ libblogc_runserver_la_CFLAGS = \ libblogc_runserver_la_LIBADD = \ $(PTHREAD_LIBS) \ + libblogc_common.la \ $(NULL) endif -- cgit v1.2.3-18-g5258