aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fragmentation/Makefile.am2
-rw-r--r--src/include/Makefile.am2
-rw-r--r--src/transport/Makefile.am2
3 files changed, 4 insertions, 2 deletions
diff --git a/src/fragmentation/Makefile.am b/src/fragmentation/Makefile.am
index aed319ba6..0d6164a48 100644
--- a/src/fragmentation/Makefile.am
+++ b/src/fragmentation/Makefile.am
@@ -11,7 +11,7 @@ endif
11lib_LTLIBRARIES = libgnunetfragmentation.la 11lib_LTLIBRARIES = libgnunetfragmentation.la
12 12
13libgnunetfragmentation_la_SOURCES = \ 13libgnunetfragmentation_la_SOURCES = \
14 fragmentation.c \ 14 fragmentation.c fragmentation.h \
15 defragmentation.c 15 defragmentation.c
16libgnunetfragmentation_la_LIBADD = -lm \ 16libgnunetfragmentation_la_LIBADD = -lm \
17 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 17 $(top_builddir)/src/statistics/libgnunetstatistics.la \
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
index 254f5ab4d..a9e4b7156 100644
--- a/src/include/Makefile.am
+++ b/src/include/Makefile.am
@@ -20,6 +20,7 @@ gnunetinclude_HEADERS = \
20 block_fs.h \ 20 block_fs.h \
21 gnunet_applications.h \ 21 gnunet_applications.h \
22 gnunet_arm_service.h \ 22 gnunet_arm_service.h \
23 gnunet_ats _service.h \
23 gnunet_bandwidth_lib.h \ 24 gnunet_bandwidth_lib.h \
24 gnunet_bio_lib.h \ 25 gnunet_bio_lib.h \
25 gnunet_block_lib.h \ 26 gnunet_block_lib.h \
@@ -49,6 +50,7 @@ gnunetinclude_HEADERS = \
49 gnunet_mesh_service_new.h \ 50 gnunet_mesh_service_new.h \
50 gnunet_nat_lib.h \ 51 gnunet_nat_lib.h \
51 gnunet_network_lib.h \ 52 gnunet_network_lib.h \
53 gnunet_nse_service.h \
52 gnunet_os_lib.h \ 54 gnunet_os_lib.h \
53 gnunet_peer_lib.h \ 55 gnunet_peer_lib.h \
54 gnunet_peerinfo_service.h \ 56 gnunet_peerinfo_service.h \
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 1413ad91e..4089a195a 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -60,7 +60,7 @@ lib_LTLIBRARIES = \
60 libgnunettransporttesting.la 60 libgnunettransporttesting.la
61 61
62libgnunettransporttesting_la_SOURCES = \ 62libgnunettransporttesting_la_SOURCES = \
63 transport-testing.c 63 transport-testing.c transport-testing.h
64libgnunettransporttesting_la_LIBADD = \ 64libgnunettransporttesting_la_LIBADD = \
65 $(top_builddir)/src/transport/libgnunettransport.la \ 65 $(top_builddir)/src/transport/libgnunettransport.la \
66 $(top_builddir)/src/hello/libgnunethello.la \ 66 $(top_builddir)/src/hello/libgnunethello.la \