summaryrefslogtreecommitdiff
path: root/src/core/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-15 07:58:30 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-15 07:58:30 +0000
commitcacbf3f6aecbba4e3f0aebc77698df88215ac9fd (patch)
tree6d9da31e87dcd056d6e3856b05fcbc682ad1c6d7 /src/core/Makefile.am
parent3e812a14846665f56f4d5e94a7285c02810581b0 (diff)
downloadgnunet-cacbf3f6aecbba4e3f0aebc77698df88215ac9fd.tar.gz
gnunet-cacbf3f6aecbba4e3f0aebc77698df88215ac9fd.zip
fix
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 605b8d2ce..894721874 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -34,6 +34,7 @@ gnunet_service_core_SOURCES = \
34gnunet_service_core_LDADD = \ 34gnunet_service_core_LDADD = \
35 $(top_builddir)/src/hello/libgnunethello.la \ 35 $(top_builddir)/src/hello/libgnunethello.la \
36 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 36 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
37 $(top_builddir)/src/statistics/libgnunetstatistics.la \
37 $(top_builddir)/src/transport/libgnunettransport.la \ 38 $(top_builddir)/src/transport/libgnunettransport.la \
38 $(top_builddir)/src/util/libgnunetutil.la \ 39 $(top_builddir)/src/util/libgnunetutil.la \
39 $(GN_LIBINTL) 40 $(GN_LIBINTL)