diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-12-26 17:23:11 +0100 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2016-12-26 17:23:11 +0100 |
commit | 509af4c66c0b6287ba281a2d1f01d69450f6109c (patch) | |
tree | a1d2ea4137585212fc7ff5684a5941aaea920923 /Makefile.am | |
parent | 1fd99df4212ddb6aa042de2ff5f21100a9075d72 (diff) | |
download | blogc-509af4c66c0b6287ba281a2d1f01d69450f6109c.tar.gz blogc-509af4c66c0b6287ba281a2d1f01d69450f6109c.tar.bz2 blogc-509af4c66c0b6287ba281a2d1f01d69450f6109c.zip |
build: link helper libs to libblogc_common.la
Diffstat (limited to 'Makefile.am')
-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 |