aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/Makefile.am
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-07-26 18:22:54 +0000
committerNathan S. Evans <evans@in.tum.de>2011-07-26 18:22:54 +0000
commit81eae49a1b5dfeadb9aac5974ec87cd01aed9ffd (patch)
tree35b65462b9209af4bd610552bb485ad22487400e /src/peerinfo/Makefile.am
parentbf4a9d8364675b34ac18d505e508006e2b773670 (diff)
downloadgnunet-81eae49a1b5dfeadb9aac5974ec87cd01aed9ffd.tar.gz
gnunet-81eae49a1b5dfeadb9aac5974ec87cd01aed9ffd.zip
start service
Diffstat (limited to 'src/peerinfo/Makefile.am')
-rw-r--r--src/peerinfo/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peerinfo/Makefile.am b/src/peerinfo/Makefile.am
index d58425730..2a078536f 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -13,7 +13,8 @@ lib_LTLIBRARIES = libgnunetpeerinfo.la
13 13
14libgnunetpeerinfo_la_SOURCES = \ 14libgnunetpeerinfo_la_SOURCES = \
15 peerinfo_api.c peerinfo.h \ 15 peerinfo_api.c peerinfo.h \
16 peerinfo_api_notify.c 16 peerinfo_api_notify.c \
17 standalone-peerinfo.c
17libgnunetpeerinfo_la_LIBADD = \ 18libgnunetpeerinfo_la_LIBADD = \
18 $(top_builddir)/src/hello/libgnunethello.la \ 19 $(top_builddir)/src/hello/libgnunethello.la \
19 $(top_builddir)/src/util/libgnunetutil.la \ 20 $(top_builddir)/src/util/libgnunetutil.la \