aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-21 11:49:20 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-21 11:49:20 +0000
commit6c32edc3932553c01d329d026150046ebf95b38f (patch)
treef55fc7c5bfe653463ebd4e0531f458b0ef8006cf /src/peerinfo/Makefile.am
parent5e07ad9cf3ec17e0b8d33b7686c81bbb5e79c986 (diff)
downloadgnunet-6c32edc3932553c01d329d026150046ebf95b38f.tar.gz
gnunet-6c32edc3932553c01d329d026150046ebf95b38f.zip
move
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 632a942de..a95eafba1 100644
--- a/src/peerinfo/Makefile.am
+++ b/src/peerinfo/Makefile.am
@@ -12,7 +12,8 @@ endif
12lib_LTLIBRARIES = libgnunetpeerinfo.la 12lib_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
16libgnunetpeerinfo_la_LIBADD = \ 17libgnunetpeerinfo_la_LIBADD = \
17 $(top_builddir)/src/hello/libgnunethello.la \ 18 $(top_builddir)/src/hello/libgnunethello.la \
18 $(top_builddir)/src/util/libgnunetutil.la \ 19 $(top_builddir)/src/util/libgnunetutil.la \