aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-11 07:30:23 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-11 07:30:23 +0200
commitcd255f670004dafc8b0d0ec39be3538d97b496f2 (patch)
tree45c1acaf5cb13e8229cb4591ded06470351a53b6 /src/transport/Makefile.am
parent0d9429e1de1eb936154b3ffd030ccb5f131eabdf (diff)
downloadgnunet-cd255f670004dafc8b0d0ec39be3538d97b496f2.tar.gz
gnunet-cd255f670004dafc8b0d0ec39be3538d97b496f2.zip
Attempt fix make dist !tarball
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index bf8cab3a9..ef84fa003 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -189,7 +189,7 @@ endif
189# $(GN_LIBINTL) 189# $(GN_LIBINTL)
190 190
191gnunet_service_tng_SOURCES = \ 191gnunet_service_tng_SOURCES = \
192 gnunet-service-tng.c 192 gnunet-service-tng.c transport.h
193gnunet_service_tng_LDADD = \ 193gnunet_service_tng_LDADD = \
194 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \ 194 $(top_builddir)/src/peerstore/libgnunetpeerstore.la \
195 $(top_builddir)/src/hello/libgnunethello.la \ 195 $(top_builddir)/src/hello/libgnunethello.la \