diff options
| -rw-r--r-- | Makefile.am | 3 | 
1 files changed, 3 insertions, 0 deletions
| 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 | 
