aboutsummaryrefslogtreecommitdiff
path: root/src/pt
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 15:15:05 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 15:15:05 +0200
commit65dbd214b80664872f6514fdd663a30e405a6ad6 (patch)
tree532c259a19cad3fe3bf7d83f0dc1ec5bd48fb170 /src/pt
parent76299f0b66a3f8ce86df90171b450da6b9cd9b7c (diff)
downloadgnunet-65dbd214b80664872f6514fdd663a30e405a6ad6.tar.gz
gnunet-65dbd214b80664872f6514fdd663a30e405a6ad6.zip
BUILD: Move identity/rest components to service/rest-plugin
Diffstat (limited to 'src/pt')
-rw-r--r--src/pt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am
index 80772fc1b..f00d16a5c 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -54,7 +54,7 @@ test_gns_vpn_SOURCES = \
54 test_gns_vpn.c 54 test_gns_vpn.c
55test_gns_vpn_LDADD = $(MHD_LIBS) @LIBCURL@ \ 55test_gns_vpn_LDADD = $(MHD_LIBS) @LIBCURL@ \
56 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 56 $(top_builddir)/src/namestore/libgnunetnamestore.la \
57 $(top_builddir)/src/identity/libgnunetidentity.la \ 57 $(top_builddir)/src/service/identity/libgnunetidentity.la \
58 $(top_builddir)/src/lib/gnsrecord/libgnunetgnsrecord.la \ 58 $(top_builddir)/src/lib/gnsrecord/libgnunetgnsrecord.la \
59 $(top_builddir)/src/lib/testing/libgnunettesting.la \ 59 $(top_builddir)/src/lib/testing/libgnunettesting.la \
60 $(top_builddir)/src/lib/util/libgnunetutil.la 60 $(top_builddir)/src/lib/util/libgnunetutil.la