diff options
author | Gabor X Toth <*@tg-x.net> | 2016-05-05 13:02:18 +0000 |
---|---|---|
committer | Gabor X Toth <*@tg-x.net> | 2016-05-05 13:02:18 +0000 |
commit | 0f87e6e8f440c002011d51f486e1b504da0de31e (patch) | |
tree | fd07744e8f9409dab584485d9b657f64f94cb8c0 /src/social/Makefile.am | |
parent | c30990ca48dcb9fe8ddc523b0dc3e610483f2bb5 (diff) |
social cli
Diffstat (limited to 'src/social/Makefile.am')
-rw-r--r-- | src/social/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/social/Makefile.am b/src/social/Makefile.am index 2de7226e13..b0749e9e6b 100644 --- a/src/social/Makefile.am +++ b/src/social/Makefile.am @@ -40,6 +40,7 @@ gnunet_social_SOURCES = \ gnunet-social.c gnunet_social_LDADD = \ libgnunetsocial.la \ + $(top_builddir)/src/core/libgnunetcore.la \ $(top_builddir)/src/util/libgnunetutil.la gnunet_service_social_SOURCES = \ |