diff options
author | Martin Schanzenbach <schanzen@gnunet.org> | 2020-11-13 05:37:45 +0900 |
---|---|---|
committer | Martin Schanzenbach <schanzen@gnunet.org> | 2020-11-13 05:37:45 +0900 |
commit | 96d7027e6b31acca9106a61d0495c88829dc4c85 (patch) | |
tree | e04027e60c395cff8ee4a43031e46357320046c2 | |
parent | ca912f85dae6b61dd80ab02d0e3f0b20a556da7c (diff) |
-add identity linker flag
-rw-r--r-- | src/messenger/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/messenger/Makefile.am b/src/messenger/Makefile.am index ebe08290e..d9694420b 100644 --- a/src/messenger/Makefile.am +++ b/src/messenger/Makefile.am @@ -62,7 +62,8 @@ gnunet_messenger_SOURCES = \ gnunet_messenger_LDADD = \ libgnunetmessenger_common.la \ libgnunetmessenger.la \ - $(top_builddir)/src/util/libgnunetutil.la + $(top_builddir)/src/util/libgnunetutil.la \ + $(top_builddir)/src/identity/libgnunetidentity.la gnunet_messenger_LDFLAGS = \ $(GN_LIBINTL) |