aboutsummaryrefslogtreecommitdiff
path: root/src/social/Makefile.am
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-05-03 19:04:54 +0000
committerGabor X Toth <*@tg-x.net>2016-05-03 19:04:54 +0000
commit99806e9c27e62bc4880acfc74ca62cacaaa7db47 (patch)
tree460da3534858a1a1c5a8692247845dfe22d79546 /src/social/Makefile.am
parentdd8bd374e17f2edb5313368da57b8c3a572e21c7 (diff)
downloadgnunet-99806e9c27e62bc4880acfc74ca62cacaaa7db47.tar.gz
gnunet-99806e9c27e62bc4880acfc74ca62cacaaa7db47.zip
gnunet-social cli
Diffstat (limited to 'src/social/Makefile.am')
-rw-r--r--src/social/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/social/Makefile.am b/src/social/Makefile.am
index bf1532411..2de7226e1 100644
--- a/src/social/Makefile.am
+++ b/src/social/Makefile.am
@@ -30,11 +30,18 @@ libgnunetsocial_la_LDFLAGS = \
30 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 30 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
31 -version-info 0:0:0 31 -version-info 0:0:0
32 32
33bin_PROGRAMS = 33bin_PROGRAMS = \
34 gnunet-social
34 35
35libexec_PROGRAMS = \ 36libexec_PROGRAMS = \
36 gnunet-service-social 37 gnunet-service-social
37 38
39gnunet_social_SOURCES = \
40 gnunet-social.c
41gnunet_social_LDADD = \
42 libgnunetsocial.la \
43 $(top_builddir)/src/util/libgnunetutil.la
44
38gnunet_service_social_SOURCES = \ 45gnunet_service_social_SOURCES = \
39 gnunet-service-social.c 46 gnunet-service-social.c
40gnunet_service_social_LDADD = \ 47gnunet_service_social_LDADD = \