aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-16 14:32:54 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-16 14:32:54 +0100
commit79fb947eb8fba243ea65e19b40b65e04f8806865 (patch)
tree5a42a34374b2654276a8b84c2607feb9f638756a /src/cadet/Makefile.am
parent5bd8360f3c070d76737a814a481f645695ac376c (diff)
downloadgnunet-79fb947eb8fba243ea65e19b40b65e04f8806865.tar.gz
gnunet-79fb947eb8fba243ea65e19b40b65e04f8806865.zip
fix build issues
Diffstat (limited to 'src/cadet/Makefile.am')
-rw-r--r--src/cadet/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/Makefile.am b/src/cadet/Makefile.am
index af1a6720c..ce30ebe46 100644
--- a/src/cadet/Makefile.am
+++ b/src/cadet/Makefile.am
@@ -69,7 +69,7 @@ gnunet_service_cadet_LDADD = \
69 $(top_builddir)/src/hello/libgnunethello.la \ 69 $(top_builddir)/src/hello/libgnunethello.la \
70 $(top_builddir)/src/block/libgnunetblock.la 70 $(top_builddir)/src/block/libgnunetblock.la
71if LINUX 71if LINUX
72 gnunet_service_cadet_new_LDFLAGS = -lrt 72 gnunet_service_cadet_LDFLAGS = -lrt
73endif 73endif
74 74
75 75