aboutsummaryrefslogtreecommitdiff
path: root/src/pt/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/pt/Makefile.am')
-rw-r--r--src/pt/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am
index 7ce3f182f..e56990f08 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -96,6 +96,7 @@ test_gns_vpn_SOURCES = \
96 test_gns_vpn.c 96 test_gns_vpn.c
97test_gns_vpn_LDADD = -lmicrohttpd $(LIB_GNURL) \ 97test_gns_vpn_LDADD = -lmicrohttpd $(LIB_GNURL) \
98 $(top_builddir)/src/namestore/libgnunetnamestore.la \ 98 $(top_builddir)/src/namestore/libgnunetnamestore.la \
99 $(top_builddir)/src/identity/libgnunetidentity.la \
99 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \ 100 $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
100 $(top_builddir)/src/testing/libgnunettesting.la \ 101 $(top_builddir)/src/testing/libgnunettesting.la \
101 $(top_builddir)/src/util/libgnunetutil.la 102 $(top_builddir)/src/util/libgnunetutil.la
@@ -137,5 +138,3 @@ test_gnunet_vpn_6_to_4_LDADD = -lmicrohttpd $(LIB_GNURL) \
137 $(top_builddir)/src/util/libgnunetutil.la 138 $(top_builddir)/src/util/libgnunetutil.la
138test_gnunet_vpn_6_to_4_CPPFLAGS = \ 139test_gnunet_vpn_6_to_4_CPPFLAGS = \
139 $(CPP_GNURL) $(AM_CPPFLAGS) 140 $(CPP_GNURL) $(AM_CPPFLAGS)
140
141