aboutsummaryrefslogtreecommitdiff
path: root/src/pt/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-25 20:59:29 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-25 20:59:29 +0000
commita1aee7611781a9991c31dbaa36d38c95ad5d5300 (patch)
tree76fa1711815f47f559fbdf02fffb9c5792837d26 /src/pt/Makefile.am
parent33a7282c26b14f838ad6f1016b90b710cec5f93f (diff)
downloadgnunet-a1aee7611781a9991c31dbaa36d38c95ad5d5300.tar.gz
gnunet-a1aee7611781a9991c31dbaa36d38c95ad5d5300.zip
-comments, doxygen, indentation, style fixes, working on test_gns_vpn
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